Color spaces of #bdcecc
RGB | 189 | 206 | 204 |
---|---|---|---|
HSL | 0.48 | 0.15 | 0.77 |
HSV | 173° | 8° | 81° |
CMYK | 0.08 | 0.00 | 0.01 0.19 |
XYZ | 53.9567 | 59.3211 | 65.7330 |
Yxy | 59.3211 | 0.3014 | 0.3314 |
Hunter Lab | 77.0202 | -9.7367 | 3.3130 |
CIE-Lab | 81.4678 | -6.1147 | -0.9850 |
#bdcecc color RGB value is (189,206,204).
#bdcecc hex color red value is 189, green value is 206 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bdcecc hue: 0.48 , saturation: 0.15 and the lightness value of bdcecc is 0.77.
The process color (four color CMYK) of #bdcecc color hex is 0.08, 0.00, 0.01, 0.19. Web safe color of #bdcecc is #cccccc. Color #bdcecc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11001110 | 11001100 |
Octal | 275 | 316 | 314 |
Decimal | 189 | 206 | 204 |
Hex | BD | CE | CC |
Shades of #bdcecc
Tints of #bdcecc
RGB Percentages of Color #bdcecc
CMYK Percentages of Color #bdcecc
Complementary Color
#bdcecc | #cebdbf |
#bdcecc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdcecc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdcecc Color CSS Codes
.mybgcolor {background-color:#bdcecc; } .myforecolor {color:#bdcecc; } .mybordercolor {border:3px solid #bdcecc; }
#bdcecc Text Font Color
<p style="color:#bdcecc">Text here</p>
This sample text font color is #bdcecc
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.
#bdcecc Background Color
<div style="background-color:#bdcecc">
Div content here</div>
This div background color is #bdcecc
#bdcecc Border Color
<div style="border:3px solid #bdcecc">
Div here</div>
This div border color is #bdcecc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,206,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdcecc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdcecc; -webkit-box-shadow: 1px 1px 3px 2px #bdcecc; box-shadow: 1px 1px 3px 2px #bdcecc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,206,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdcecc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdcecc; -webkit-box-shadow: 1px 1px 3px 2px #bdcecc; box-shadow: 1px 1px 3px 2px #bdcecc;">
Div content here</div>
This div box has shadow with color #bdcecc
Comments
No comments written yet.
Please login to write comment.