Shades of Iron #BDCCCE
Tints of Iron #BDCCCE
RGB
CMYK
RGB Variations
Color information
#BDCCCE (or 0xBDCCCE) is known color: Iron. HEX triplet: BD, CC and CE. RGB value is (189,204,206). Sum of RGB (Red+Green+Blue) = 189+204+206=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDCCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCCE is #423331. Grayscale: #C7C7C7. Windows color (decimal): -4338482 or 13552829. OLE color: 13552829.
HSL color Cylindrical-coordinate representation of color #BDCCCE: hue angle of 187.06º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDCCCE is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 204 | 206 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.19 |
| HSL | 187.06º | 0.15% | 0.77% | - |
| HSV(B) | 187.06º | 0.08% | 0.81% | - |
| XYZ | 53.72 | 58.46 | 66.85 | - |
| YUV | 199.74 | 131.53 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 206 | 0.08 | 0.01 | 0 | 0.19 | 187.06 | 0.15 | 0.77 |
| Hex | BD | CC | CE | 8 | 1 | 0 | 13 | BB | F | 4D |
| Octal | 275 | 314 | 316 | 10 | 1 | 0 | 23 | 273 | 17 | 115 |
| Binary | 10111101 | 11001100 | 11001110 | 1000 | 1 | 0 | 10011 | 10111011 | 1111 | 1001101 |
Color Harmonies of #BDCCCE
Complementary color
Monochromatic Colors of #BDCCCE
Black with #BDCCCE
Text Example
Text Example
White with #BDCCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCCCE; }
p { color: rgb(189,204,206); }
H1.HeaderClassName
{
color: #BDCCCE;
}
.AnyTagClassName
{
color: #BDCCCE;
}
</style>
background-color css
<style>
a { background-color: #BDCCCE; }
a { background-color: rgb(189,204,206); }
div.DivClassName
{
background-color: #BDCCCE;
}
.BgClassName
{
background-color: #BDCCCE;
}
</style>
border-color css
<style>
span { border-color: #BDCCCE; }
span { border-color: rgb(189,204,206); }
td.TdClassName
{
border-color: #BDCCCE;
}
.TagClassName
{
border-color: #BDCCCE;
}
</style>