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