Shades of Iron #BDCACB
Tints of Iron #BDCACB
RGB
CMYK
RGB Variations
Color information
#BDCACB (or 0xBDCACB) is known color: Iron. HEX triplet: BD, CA and CB. RGB value is (189,202,203). Sum of RGB (Red+Green+Blue) = 189+202+203=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDCACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCACB is #423534. Grayscale: #C6C6C6. Windows color (decimal): -4338997 or 13355709. OLE color: 13355709.
HSL color Cylindrical-coordinate representation of color #BDCACB: hue angle of 184.29º degrees, saturation: 0.12, 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 #BDCACB is Cyan = 0.07, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 202 | 203 | - |
| CMYK | 0.07 | 0.00 | 0 | 0.20 |
| HSL | 184.29º | 0.12% | 0.77% | - |
| HSV(B) | 184.29º | 0.07% | 0.8% | - |
| XYZ | 52.89 | 57.37 | 64.79 | - |
| YUV | 198.23 | 130.69 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 202 | 203 | 0.07 | 0.00 | 0 | 0.20 | 184.29 | 0.12 | 0.77 |
| Hex | BD | CA | CB | 7 | 0 | 0 | 14 | B8 | C | 4D |
| Octal | 275 | 312 | 313 | 7 | 0 | 0 | 24 | 270 | 14 | 115 |
| Binary | 10111101 | 11001010 | 11001011 | 111 | 0 | 0 | 10100 | 10111000 | 1100 | 1001101 |
Color Harmonies of #BDCACB
Complementary color
Monochromatic Colors of #BDCACB
Black with #BDCACB
Text Example
Text Example
White with #BDCACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCACB; }
p { color: rgb(189,202,203); }
H1.HeaderClassName
{
color: #BDCACB;
}
.AnyTagClassName
{
color: #BDCACB;
}
</style>
background-color css
<style>
a { background-color: #BDCACB; }
a { background-color: rgb(189,202,203); }
div.DivClassName
{
background-color: #BDCACB;
}
.BgClassName
{
background-color: #BDCACB;
}
</style>
border-color css
<style>
span { border-color: #BDCACB; }
span { border-color: rgb(189,202,203); }
td.TdClassName
{
border-color: #BDCACB;
}
.TagClassName
{
border-color: #BDCACB;
}
</style>