Shades of Iron #BDCBCF
Tints of Iron #BDCBCF
RGB
CMYK
RGB Variations
Color information
#BDCBCF (or 0xBDCBCF) is known color: Iron. HEX triplet: BD, CB and CF. RGB value is (189,203,207). Sum of RGB (Red+Green+Blue) = 189+203+207=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 207 - color contains mainly: blue. Hex color #BDCBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCBCF is #423430. Grayscale: #C7C7C7. Windows color (decimal): -4338737 or 13618109. OLE color: 13618109.
HSL color Cylindrical-coordinate representation of color #BDCBCF: hue angle of 193.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDCBCF is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 203 | 207 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.19 |
| HSL | 193.33º | 0.16% | 0.78% | - |
| HSV(B) | 193.33º | 0.09% | 0.81% | - |
| XYZ | 53.6 | 58.04 | 67.41 | - |
| YUV | 199.27 | 132.36 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 207 | 0.09 | 0.02 | 0 | 0.19 | 193.33 | 0.16 | 0.78 |
| Hex | BD | CB | CF | 9 | 2 | 0 | 13 | C1 | 10 | 4E |
| Octal | 275 | 313 | 317 | 11 | 2 | 0 | 23 | 301 | 20 | 116 |
| Binary | 10111101 | 11001011 | 11001111 | 1001 | 10 | 0 | 10011 | 11000001 | 10000 | 1001110 |
Color Harmonies of #BDCBCF
Complementary color
Monochromatic Colors of #BDCBCF
Black with #BDCBCF
Text Example
Text Example
White with #BDCBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCBCF; }
p { color: rgb(189,203,207); }
H1.HeaderClassName
{
color: #BDCBCF;
}
.AnyTagClassName
{
color: #BDCBCF;
}
</style>
background-color css
<style>
a { background-color: #BDCBCF; }
a { background-color: rgb(189,203,207); }
div.DivClassName
{
background-color: #BDCBCF;
}
.BgClassName
{
background-color: #BDCBCF;
}
</style>
border-color css
<style>
span { border-color: #BDCBCF; }
span { border-color: rgb(189,203,207); }
td.TdClassName
{
border-color: #BDCBCF;
}
.TagClassName
{
border-color: #BDCBCF;
}
</style>