Color spaces of #bbbcce
RGB | 187 | 188 | 206 |
---|---|---|---|
HSL | 0.66 | 0.16 | 0.77 |
HSV | 237° | 9° | 81° |
CMYK | 0.09 | 0.09 | 0.00 0.19 |
XYZ | 49.6173 | 50.9875 | 65.6190 |
Yxy | 50.9875 | 0.2985 | 0.3067 |
Hunter Lab | 71.4055 | -0.9260 | -4.5014 |
CIE-Lab | 76.6714 | 3.1490 | -9.1567 |
#bbbcce color RGB value is (187,188,206).
#bbbcce hex color red value is 187, green value is 188 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bbbcce hue: 0.66 , saturation: 0.16 and the lightness value of bbbcce is 0.77.
The process color (four color CMYK) of #bbbcce color hex is 0.09, 0.09, 0.00, 0.19. Web safe color of #bbbcce is #cccccc. Color #bbbcce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10111100 | 11001110 |
Octal | 273 | 274 | 316 |
Decimal | 187 | 188 | 206 |
Hex | BB | BC | CE |
Shades of #bbbcce
Tints of #bbbcce
RGB Percentages of Color #bbbcce
CMYK Percentages of Color #bbbcce
Complementary Color
#bbbcce | #cecdbb |
#bbbcce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbbcce Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbbcce Color CSS Codes
.mybgcolor {background-color:#bbbcce; } .myforecolor {color:#bbbcce; } .mybordercolor {border:3px solid #bbbcce; }
#bbbcce Text Font Color
<p style="color:#bbbcce">Text here</p>
This sample text font color is #bbbcce
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.
#bbbcce Background Color
<div style="background-color:#bbbcce">
Div content here</div>
This div background color is #bbbcce
#bbbcce Border Color
<div style="border:3px solid #bbbcce">
Div here</div>
This div border color is #bbbcce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,188,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbbcce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbbcce; -webkit-box-shadow: 1px 1px 3px 2px #bbbcce; box-shadow: 1px 1px 3px 2px #bbbcce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,188,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbbcce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbbcce; -webkit-box-shadow: 1px 1px 3px 2px #bbbcce; box-shadow: 1px 1px 3px 2px #bbbcce;">
Div content here</div>
This div box has shadow with color #bbbcce
Comments
No comments written yet.
Please login to write comment.