Color spaces of #bdc5cc
RGB | 189 | 197 | 204 |
---|---|---|---|
HSL | 0.58 | 0.13 | 0.77 |
HSV | 208° | 7° | 80° |
CMYK | 0.07 | 0.03 | 0.00 0.20 |
XYZ | 51.8516 | 55.1110 | 65.0313 |
Yxy | 55.1110 | 0.3015 | 0.3204 |
Hunter Lab | 74.2368 | -5.2388 | 0.0278 |
CIE-Lab | 79.1052 | -1.3866 | -4.4548 |
#bdc5cc color RGB value is (189,197,204).
#bdc5cc hex color red value is 189, green value is 197 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bdc5cc hue: 0.58 , saturation: 0.13 and the lightness value of bdc5cc is 0.77.
The process color (four color CMYK) of #bdc5cc color hex is 0.07, 0.03, 0.00, 0.20. Web safe color of #bdc5cc is #cccccc. Color #bdc5cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11000101 | 11001100 |
Octal | 275 | 305 | 314 |
Decimal | 189 | 197 | 204 |
Hex | BD | C5 | CC |
Shades of #bdc5cc
Tints of #bdc5cc
RGB Percentages of Color #bdc5cc
CMYK Percentages of Color #bdc5cc
Complementary Color
#bdc5cc | #ccc4bd |
#bdc5cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdc5cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdc5cc Color CSS Codes
.mybgcolor {background-color:#bdc5cc; } .myforecolor {color:#bdc5cc; } .mybordercolor {border:3px solid #bdc5cc; }
#bdc5cc Text Font Color
<p style="color:#bdc5cc">Text here</p>
This sample text font color is #bdc5cc
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.
#bdc5cc Background Color
<div style="background-color:#bdc5cc">
Div content here</div>
This div background color is #bdc5cc
#bdc5cc Border Color
<div style="border:3px solid #bdc5cc">
Div here</div>
This div border color is #bdc5cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,197,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdc5cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdc5cc; -webkit-box-shadow: 1px 1px 3px 2px #bdc5cc; box-shadow: 1px 1px 3px 2px #bdc5cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,197,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 #bdc5cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdc5cc; -webkit-box-shadow: 1px 1px 3px 2px #bdc5cc; box-shadow: 1px 1px 3px 2px #bdc5cc;">
Div content here</div>
This div box has shadow with color #bdc5cc
Comments
No comments written yet.
Please login to write comment.