Color spaces of #bbcdcd
RGB | 187 | 205 | 205 |
---|---|---|---|
HSL | 0.50 | 0.15 | 0.77 |
HSV | 180° | 9° | 80° |
CMYK | 0.09 | 0.00 | 0.00 0.20 |
XYZ | 53.3443 | 58.6352 | 66.2638 |
Yxy | 58.6352 | 0.2993 | 0.3290 |
Hunter Lab | 76.5736 | -9.6535 | 2.2943 |
CIE-Lab | 81.0907 | -6.0614 | -2.0889 |
#bbcdcd color RGB value is (187,205,205).
#bbcdcd hex color red value is 187, green value is 205 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bbcdcd hue: 0.50 , saturation: 0.15 and the lightness value of bbcdcd is 0.77.
The process color (four color CMYK) of #bbcdcd color hex is 0.09, 0.00, 0.00, 0.20. Web safe color of #bbcdcd is #cccccc. Color #bbcdcd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11001101 | 11001101 |
Octal | 273 | 315 | 315 |
Decimal | 187 | 205 | 205 |
Hex | BB | CD | CD |
Shades of #bbcdcd
Tints of #bbcdcd
RGB Percentages of Color #bbcdcd
CMYK Percentages of Color #bbcdcd
Complementary Color
#bbcdcd | #cdbbbb |
#bbcdcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbcdcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbcdcd Color CSS Codes
.mybgcolor {background-color:#bbcdcd; } .myforecolor {color:#bbcdcd; } .mybordercolor {border:3px solid #bbcdcd; }
#bbcdcd Text Font Color
<p style="color:#bbcdcd">Text here</p>
This sample text font color is #bbcdcd
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.
#bbcdcd Background Color
<div style="background-color:#bbcdcd">
Div content here</div>
This div background color is #bbcdcd
#bbcdcd Border Color
<div style="border:3px solid #bbcdcd">
Div here</div>
This div border color is #bbcdcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,205,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbcdcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbcdcd; -webkit-box-shadow: 1px 1px 3px 2px #bbcdcd; box-shadow: 1px 1px 3px 2px #bbcdcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,205,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbcdcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbcdcd; -webkit-box-shadow: 1px 1px 3px 2px #bbcdcd; box-shadow: 1px 1px 3px 2px #bbcdcd;">
Div content here</div>
This div box has shadow with color #bbcdcd
#bbcdcd Color Palettes
Comments
No comments written yet.
Please login to write comment.