Shades of Iron #BDCBCC
Tints of Iron #BDCBCC
RGB
CMYK
RGB Variations
Color information
#BDCBCC (or 0xBDCBCC) is known color: Iron. HEX triplet: BD, CB and CC. RGB value is (189,203,204). Sum of RGB (Red+Green+Blue) = 189+203+204=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 203 (79.69% from 255 or 34.06% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 204 - color contains mainly: blue. Hex color #BDCBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCBCC is #423433. Grayscale: #C6C6C6. Windows color (decimal): -4338740 or 13421501. OLE color: 13421501.
HSL color Cylindrical-coordinate representation of color #BDCBCC: hue angle of 184º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDCBCC is Cyan = 0.07, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 203 | 204 | - |
| CMYK | 0.07 | 0.00 | 0 | 0.2 |
| HSL | 184º | 0.13% | 0.77% | - |
| HSV(B) | 184º | 0.07% | 0.8% | - |
| XYZ | 53.24 | 57.89 | 65.49 | - |
| YUV | 198.93 | 130.86 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 204 | 0.07 | 0.00 | 0 | 0.2 | 184 | 0.13 | 0.77 |
| Hex | BD | CB | CC | 7 | 0 | 0 | 14 | B8 | D | 4D |
| Octal | 275 | 313 | 314 | 7 | 0 | 0 | 24 | 270 | 15 | 115 |
| Binary | 10111101 | 11001011 | 11001100 | 111 | 0 | 0 | 10100 | 10111000 | 1101 | 1001101 |
Color Harmonies of #BDCBCC
Complementary color
Monochromatic Colors of #BDCBCC
Black with #BDCBCC
Text Example
Text Example
White with #BDCBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCBCC; }
p { color: rgb(189,203,204); }
H1.HeaderClassName
{
color: #BDCBCC;
}
.AnyTagClassName
{
color: #BDCBCC;
}
</style>
background-color css
<style>
a { background-color: #BDCBCC; }
a { background-color: rgb(189,203,204); }
div.DivClassName
{
background-color: #BDCBCC;
}
.BgClassName
{
background-color: #BDCBCC;
}
</style>
border-color css
<style>
span { border-color: #BDCBCC; }
span { border-color: rgb(189,203,204); }
td.TdClassName
{
border-color: #BDCBCC;
}
.TagClassName
{
border-color: #BDCBCC;
}
</style>