Color spaces of #bcd3cc
RGB | 188 | 211 | 204 |
---|---|---|---|
HSL | 0.45 | 0.21 | 0.78 |
HSV | 162° | 11° | 83° |
CMYK | 0.11 | 0.00 | 0.03 0.17 |
XYZ | 54.9324 | 61.6395 | 66.1291 |
Yxy | 61.6395 | 0.3007 | 0.3374 |
Hunter Lab | 78.5108 | -12.5012 | 5.0180 |
CIE-Lab | 82.7213 | -9.0373 | 0.8375 |
#bcd3cc color RGB value is (188,211,204).
#bcd3cc hex color red value is 188, green value is 211 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bcd3cc hue: 0.45 , saturation: 0.21 and the lightness value of bcd3cc is 0.78.
The process color (four color CMYK) of #bcd3cc color hex is 0.11, 0.00, 0.03, 0.17. Web safe color of #bcd3cc is #cccccc. Color #bcd3cc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11010011 | 11001100 |
Octal | 274 | 323 | 314 |
Decimal | 188 | 211 | 204 |
Hex | BC | D3 | CC |
Shades of #bcd3cc
Tints of #bcd3cc
RGB Percentages of Color #bcd3cc
CMYK Percentages of Color #bcd3cc
Complementary Color
#bcd3cc | #d3bcc3 |
#bcd3cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcd3cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcd3cc Color CSS Codes
.mybgcolor {background-color:#bcd3cc; } .myforecolor {color:#bcd3cc; } .mybordercolor {border:3px solid #bcd3cc; }
#bcd3cc Text Font Color
<p style="color:#bcd3cc">Text here</p>
This sample text font color is #bcd3cc
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.
#bcd3cc Background Color
<div style="background-color:#bcd3cc">
Div content here</div>
This div background color is #bcd3cc
#bcd3cc Border Color
<div style="border:3px solid #bcd3cc">
Div here</div>
This div border color is #bcd3cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,211,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcd3cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcd3cc; -webkit-box-shadow: 1px 1px 3px 2px #bcd3cc; box-shadow: 1px 1px 3px 2px #bcd3cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,211,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 #bcd3cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcd3cc; -webkit-box-shadow: 1px 1px 3px 2px #bcd3cc; box-shadow: 1px 1px 3px 2px #bcd3cc;">
Div content here</div>
This div box has shadow with color #bcd3cc
Comments
No comments written yet.
Please login to write comment.