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