Color spaces of #bccccd
RGB | 188 | 204 | 205 |
---|---|---|---|
HSL | 0.51 | 0.15 | 0.77 |
HSV | 184° | 8° | 80° |
CMYK | 0.08 | 0.00 | 0.00 0.20 |
XYZ | 53.3513 | 58.2849 | 66.1958 |
Yxy | 58.2849 | 0.3000 | 0.3278 |
Hunter Lab | 76.3445 | -8.8631 | 2.0328 |
CIE-Lab | 80.8969 | -5.2083 | -2.3650 |
#bccccd color RGB value is (188,204,205).
#bccccd hex color red value is 188, green value is 204 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bccccd hue: 0.51 , saturation: 0.15 and the lightness value of bccccd is 0.77.
The process color (four color CMYK) of #bccccd color hex is 0.08, 0.00, 0.00, 0.20. Web safe color of #bccccd is #cccccc. Color #bccccd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11001100 | 11001101 |
Octal | 274 | 314 | 315 |
Decimal | 188 | 204 | 205 |
Hex | BC | CC | CD |
Shades of #bccccd
Tints of #bccccd
RGB Percentages of Color #bccccd
CMYK Percentages of Color #bccccd
Complementary Color
#bccccd | #cdbdbc |
#bccccd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bccccd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bccccd Color CSS Codes
.mybgcolor {background-color:#bccccd; } .myforecolor {color:#bccccd; } .mybordercolor {border:3px solid #bccccd; }
#bccccd Text Font Color
<p style="color:#bccccd">Text here</p>
This sample text font color is #bccccd
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.
#bccccd Background Color
<div style="background-color:#bccccd">
Div content here</div>
This div background color is #bccccd
#bccccd Border Color
<div style="border:3px solid #bccccd">
Div here</div>
This div border color is #bccccd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,204,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bccccd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bccccd; -webkit-box-shadow: 1px 1px 3px 2px #bccccd; box-shadow: 1px 1px 3px 2px #bccccd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,204,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bccccd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bccccd; -webkit-box-shadow: 1px 1px 3px 2px #bccccd; box-shadow: 1px 1px 3px 2px #bccccd;">
Div content here</div>
This div box has shadow with color #bccccd
Comments
No comments written yet.
Please login to write comment.