Color spaces of #bdcbbc
RGB | 189 | 203 | 188 |
---|---|---|---|
HSL | 0.32 | 0.13 | 0.77 |
HSV | 116° | 7° | 80° |
CMYK | 0.07 | 0.00 | 0.07 0.20 |
XYZ | 51.4193 | 57.1615 | 55.9001 |
Yxy | 57.1615 | 0.3126 | 0.3475 |
Hunter Lab | 75.6052 | -10.9109 | 9.0865 |
CIE-Lab | 80.2703 | -7.5475 | 5.8381 |
#bdcbbc color RGB value is (189,203,188).
#bdcbbc hex color red value is 189, green value is 203 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bdcbbc hue: 0.32 , saturation: 0.13 and the lightness value of bdcbbc is 0.77.
The process color (four color CMYK) of #bdcbbc color hex is 0.07, 0.00, 0.07, 0.20. Web safe color of #bdcbbc is #cccccc. Color #bdcbbc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11001011 | 10111100 |
Octal | 275 | 313 | 274 |
Decimal | 189 | 203 | 188 |
Hex | BD | CB | BC |
Shades of #bdcbbc
Tints of #bdcbbc
RGB Percentages of Color #bdcbbc
CMYK Percentages of Color #bdcbbc
Complementary Color
#bdcbbc | #cabccb |
#bdcbbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdcbbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdcbbc Color CSS Codes
.mybgcolor {background-color:#bdcbbc; } .myforecolor {color:#bdcbbc; } .mybordercolor {border:3px solid #bdcbbc; }
#bdcbbc Text Font Color
<p style="color:#bdcbbc">Text here</p>
This sample text font color is #bdcbbc
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.
#bdcbbc Background Color
<div style="background-color:#bdcbbc">
Div content here</div>
This div background color is #bdcbbc
#bdcbbc Border Color
<div style="border:3px solid #bdcbbc">
Div here</div>
This div border color is #bdcbbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,203,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdcbbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdcbbc; -webkit-box-shadow: 1px 1px 3px 2px #bdcbbc; box-shadow: 1px 1px 3px 2px #bdcbbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,203,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdcbbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdcbbc; -webkit-box-shadow: 1px 1px 3px 2px #bdcbbc; box-shadow: 1px 1px 3px 2px #bdcbbc;">
Div content here</div>
This div box has shadow with color #bdcbbc
Comments
No comments written yet.
Please login to write comment.