Color spaces of #bbcccc
RGB | 187 | 204 | 204 |
---|---|---|---|
HSL | 0.50 | 0.14 | 0.77 |
HSV | 180° | 8° | 80° |
CMYK | 0.08 | 0.00 | 0.00 0.20 |
XYZ | 52.9855 | 58.1102 | 65.5505 |
Yxy | 58.1102 | 0.3000 | 0.3290 |
Hunter Lab | 76.2300 | -9.3319 | 2.3773 |
CIE-Lab | 80.8000 | -5.7354 | -1.9797 |
#bbcccc color RGB value is (187,204,204).
#bbcccc hex color red value is 187, green value is 204 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bbcccc hue: 0.50 , saturation: 0.14 and the lightness value of bbcccc is 0.77.
The process color (four color CMYK) of #bbcccc color hex is 0.08, 0.00, 0.00, 0.20. Web safe color of #bbcccc is #cccccc. Color #bbcccc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11001100 | 11001100 |
Octal | 273 | 314 | 314 |
Decimal | 187 | 204 | 204 |
Hex | BB | CC | CC |
Shades of #bbcccc
Tints of #bbcccc
RGB Percentages of Color #bbcccc
CMYK Percentages of Color #bbcccc
Complementary Color
#bbcccc | #ccbbbb |
#bbcccc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbcccc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbcccc Color CSS Codes
.mybgcolor {background-color:#bbcccc; } .myforecolor {color:#bbcccc; } .mybordercolor {border:3px solid #bbcccc; }
#bbcccc Text Font Color
<p style="color:#bbcccc">Text here</p>
This sample text font color is #bbcccc
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.
#bbcccc Background Color
<div style="background-color:#bbcccc">
Div content here</div>
This div background color is #bbcccc
#bbcccc Border Color
<div style="border:3px solid #bbcccc">
Div here</div>
This div border color is #bbcccc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,204,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbcccc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbcccc; -webkit-box-shadow: 1px 1px 3px 2px #bbcccc; box-shadow: 1px 1px 3px 2px #bbcccc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,204,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbcccc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbcccc; -webkit-box-shadow: 1px 1px 3px 2px #bbcccc; box-shadow: 1px 1px 3px 2px #bbcccc;">
Div content here</div>
This div box has shadow with color #bbcccc
Comments
No comments written yet.
Please login to write comment.