Color spaces of #bdccbd
RGB | 189 | 204 | 189 |
---|---|---|---|
HSL | 0.33 | 0.13 | 0.77 |
HSV | 120° | 7° | 80° |
CMYK | 0.07 | 0.00 | 0.07 0.20 |
XYZ | 51.7644 | 57.6787 | 56.5489 |
Yxy | 57.6787 | 0.3118 | 0.3475 |
Hunter Lab | 75.9465 | -11.2425 | 9.0159 |
CIE-Lab | 80.5598 | -7.8859 | 5.7200 |
#bdccbd color RGB value is (189,204,189).
#bdccbd hex color red value is 189, green value is 204 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bdccbd hue: 0.33 , saturation: 0.13 and the lightness value of bdccbd is 0.77.
The process color (four color CMYK) of #bdccbd color hex is 0.07, 0.00, 0.07, 0.20. Web safe color of #bdccbd is #cccccc. Color #bdccbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11001100 | 10111101 |
Octal | 275 | 314 | 275 |
Decimal | 189 | 204 | 189 |
Hex | BD | CC | BD |
Shades of #bdccbd
Tints of #bdccbd
RGB Percentages of Color #bdccbd
CMYK Percentages of Color #bdccbd
Complementary Color
#bdccbd | #ccbdcc |
#bdccbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdccbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdccbd Color CSS Codes
.mybgcolor {background-color:#bdccbd; } .myforecolor {color:#bdccbd; } .mybordercolor {border:3px solid #bdccbd; }
#bdccbd Text Font Color
<p style="color:#bdccbd">Text here</p>
This sample text font color is #bdccbd
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.
#bdccbd Background Color
<div style="background-color:#bdccbd">
Div content here</div>
This div background color is #bdccbd
#bdccbd Border Color
<div style="border:3px solid #bdccbd">
Div here</div>
This div border color is #bdccbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,204,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdccbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdccbd; -webkit-box-shadow: 1px 1px 3px 2px #bdccbd; box-shadow: 1px 1px 3px 2px #bdccbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,204,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdccbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdccbd; -webkit-box-shadow: 1px 1px 3px 2px #bdccbd; box-shadow: 1px 1px 3px 2px #bdccbd;">
Div content here</div>
This div box has shadow with color #bdccbd
Comments
No comments written yet.
Please login to write comment.