Color spaces of #bdcc9b
RGB | 189 | 204 | 155 |
---|---|---|---|
HSL | 0.22 | 0.32 | 0.70 |
HSV | 78° | 24° | 80° |
CMYK | 0.07 | 0.00 | 0.24 0.20 |
XYZ | 48.4955 | 56.3711 | 39.3351 |
Yxy | 56.3711 | 0.3363 | 0.3909 |
Hunter Lab | 75.0807 | -16.0960 | 21.4942 |
CIE-Lab | 79.8246 | -13.4993 | 22.7732 |
#bdcc9b color RGB value is (189,204,155).
#bdcc9b hex color red value is 189, green value is 204 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bdcc9b hue: 0.22 , saturation: 0.32 and the lightness value of bdcc9b is 0.70.
The process color (four color CMYK) of #bdcc9b color hex is 0.07, 0.00, 0.24, 0.20. Web safe color of #bdcc9b is #cccc99. Color #bdcc9b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11001100 | 10011011 |
Octal | 275 | 314 | 233 |
Decimal | 189 | 204 | 155 |
Hex | BD | CC | 9B |
Shades of #bdcc9b
Tints of #bdcc9b
RGB Percentages of Color #bdcc9b
CMYK Percentages of Color #bdcc9b
Complementary Color
#bdcc9b | #aa9bcc |
#bdcc9b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdcc9b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdcc9b Color CSS Codes
.mybgcolor {background-color:#bdcc9b; } .myforecolor {color:#bdcc9b; } .mybordercolor {border:3px solid #bdcc9b; }
#bdcc9b Text Font Color
<p style="color:#bdcc9b">Text here</p>
This sample text font color is #bdcc9b
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.
#bdcc9b Background Color
<div style="background-color:#bdcc9b">
Div content here</div>
This div background color is #bdcc9b
#bdcc9b Border Color
<div style="border:3px solid #bdcc9b">
Div here</div>
This div border color is #bdcc9b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,204,155, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdcc9b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdcc9b; -webkit-box-shadow: 1px 1px 3px 2px #bdcc9b; box-shadow: 1px 1px 3px 2px #bdcc9b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,204,155, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdcc9b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdcc9b; -webkit-box-shadow: 1px 1px 3px 2px #bdcc9b; box-shadow: 1px 1px 3px 2px #bdcc9b;">
Div content here</div>
This div box has shadow with color #bdcc9b
#bdcc9b Color Palettes
Comments
No comments written yet.
Please login to write comment.