Shades of Iron #BDCBCE
Tints of Iron #BDCBCE
RGB
CMYK
RGB Variations
Color information
#BDCBCE (or 0xBDCBCE) is known color: Iron. HEX triplet: BD, CB and CE. RGB value is (189,203,206). Sum of RGB (Red+Green+Blue) = 189+203+206=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDCBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCBCE is #423431. Grayscale: #C7C7C7. Windows color (decimal): -4338738 or 13552573. OLE color: 13552573.
HSL color Cylindrical-coordinate representation of color #BDCBCE: hue angle of 190.59º 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 #BDCBCE is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 203 | 206 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.19 |
| HSL | 190.59º | 0.15% | 0.77% | - |
| HSV(B) | 190.59º | 0.08% | 0.81% | - |
| XYZ | 53.48 | 57.99 | 66.77 | - |
| YUV | 199.16 | 131.86 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 206 | 0.08 | 0.01 | 0 | 0.19 | 190.59 | 0.15 | 0.77 |
| Hex | BD | CB | CE | 8 | 1 | 0 | 13 | BF | F | 4D |
| Octal | 275 | 313 | 316 | 10 | 1 | 0 | 23 | 277 | 17 | 115 |
| Binary | 10111101 | 11001011 | 11001110 | 1000 | 1 | 0 | 10011 | 10111111 | 1111 | 1001101 |
Color Harmonies of #BDCBCE
Complementary color
Monochromatic Colors of #BDCBCE
Black with #BDCBCE
Text Example
Text Example
White with #BDCBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCBCE; }
p { color: rgb(189,203,206); }
H1.HeaderClassName
{
color: #BDCBCE;
}
.AnyTagClassName
{
color: #BDCBCE;
}
</style>
background-color css
<style>
a { background-color: #BDCBCE; }
a { background-color: rgb(189,203,206); }
div.DivClassName
{
background-color: #BDCBCE;
}
.BgClassName
{
background-color: #BDCBCE;
}
</style>
border-color css
<style>
span { border-color: #BDCBCE; }
span { border-color: rgb(189,203,206); }
td.TdClassName
{
border-color: #BDCBCE;
}
.TagClassName
{
border-color: #BDCBCE;
}
</style>