Color spaces of #bdcabb
RGB | 189 | 202 | 187 |
---|---|---|---|
HSL | 0.31 | 0.12 | 0.76 |
HSV | 112° | 7° | 79° |
CMYK | 0.06 | 0.00 | 0.07 0.21 |
XYZ | 51.0764 | 56.6477 | 55.2558 |
Yxy | 56.6477 | 0.3134 | 0.3476 |
Hunter Lab | 75.2647 | -10.5788 | 9.1573 |
CIE-Lab | 79.9810 | -7.2082 | 5.9569 |
#bdcabb color RGB value is (189,202,187).
#bdcabb hex color red value is 189, green value is 202 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bdcabb hue: 0.31 , saturation: 0.12 and the lightness value of bdcabb is 0.76.
The process color (four color CMYK) of #bdcabb color hex is 0.06, 0.00, 0.07, 0.21. Web safe color of #bdcabb is #cccccc. Color #bdcabb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11001010 | 10111011 |
Octal | 275 | 312 | 273 |
Decimal | 189 | 202 | 187 |
Hex | BD | CA | BB |
Shades of #bdcabb
Tints of #bdcabb
RGB Percentages of Color #bdcabb
CMYK Percentages of Color #bdcabb
Complementary Color
#bdcabb | #c8bbca |
#bdcabb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdcabb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdcabb Color CSS Codes
.mybgcolor {background-color:#bdcabb; } .myforecolor {color:#bdcabb; } .mybordercolor {border:3px solid #bdcabb; }
#bdcabb Text Font Color
<p style="color:#bdcabb">Text here</p>
This sample text font color is #bdcabb
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.
#bdcabb Background Color
<div style="background-color:#bdcabb">
Div content here</div>
This div background color is #bdcabb
#bdcabb Border Color
<div style="border:3px solid #bdcabb">
Div here</div>
This div border color is #bdcabb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,202,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdcabb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdcabb; -webkit-box-shadow: 1px 1px 3px 2px #bdcabb; box-shadow: 1px 1px 3px 2px #bdcabb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,202,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 #bdcabb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdcabb; -webkit-box-shadow: 1px 1px 3px 2px #bdcabb; box-shadow: 1px 1px 3px 2px #bdcabb;">
Div content here</div>
This div box has shadow with color #bdcabb
Comments
No comments written yet.
Please login to write comment.