Color spaces of #bbceeb
RGB | 187 | 206 | 235 |
---|---|---|---|
HSL | 0.60 | 0.55 | 0.83 |
HSV | 216° | 20° | 92° |
CMYK | 0.20 | 0.12 | 0.00 0.08 |
XYZ | 57.5602 | 60.7056 | 87.2809 |
Yxy | 60.7056 | 0.2800 | 0.2953 |
Hunter Lab | 77.9138 | -4.4791 | -11.8784 |
CIE-Lab | 82.2202 | -0.3394 | -16.4422 |
#bbceeb color RGB value is (187,206,235).
#bbceeb hex color red value is 187, green value is 206 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bbceeb hue: 0.60 , saturation: 0.55 and the lightness value of bbceeb is 0.83.
The process color (four color CMYK) of #bbceeb color hex is 0.20, 0.12, 0.00, 0.08. Web safe color of #bbceeb is #ccccff. Color #bbceeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11001110 | 11101011 |
Octal | 273 | 316 | 353 |
Decimal | 187 | 206 | 235 |
Hex | BB | CE | EB |
Shades of #bbceeb
Tints of #bbceeb
RGB Percentages of Color #bbceeb
CMYK Percentages of Color #bbceeb
Complementary Color
#bbceeb | #ebd8bb |
#bbceeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbceeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbceeb Color CSS Codes
.mybgcolor {background-color:#bbceeb; } .myforecolor {color:#bbceeb; } .mybordercolor {border:3px solid #bbceeb; }
#bbceeb Text Font Color
<p style="color:#bbceeb">Text here</p>
This sample text font color is #bbceeb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#bbceeb Background Color
<div style="background-color:#bbceeb">
Div content here</div>
This div background color is #bbceeb
#bbceeb Border Color
<div style="border:3px solid #bbceeb">
Div here</div>
This div border color is #bbceeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,206,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbceeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbceeb; -webkit-box-shadow: 1px 1px 3px 2px #bbceeb; box-shadow: 1px 1px 3px 2px #bbceeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,206,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbceeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbceeb; -webkit-box-shadow: 1px 1px 3px 2px #bbceeb; box-shadow: 1px 1px 3px 2px #bbceeb;">
Div content here</div>
This div box has shadow with color #bbceeb
Comments
No comments written yet.
Please login to write comment.