Shades of Iron #BDCACC
Tints of Iron #BDCACC
RGB
CMYK
RGB Variations
Color information
#BDCACC (or 0xBDCACC) is known color: Iron. HEX triplet: BD, CA and CC. RGB value is (189,202,204). Sum of RGB (Red+Green+Blue) = 189+202+204=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 204 - color contains mainly: blue. Hex color #BDCACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCACC is #423533. Grayscale: #C6C6C6. Windows color (decimal): -4338996 or 13421245. OLE color: 13421245.
HSL color Cylindrical-coordinate representation of color #BDCACC: hue angle of 188º 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 #BDCACC is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 202 | 204 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.2 |
| HSL | 188º | 0.13% | 0.77% | - |
| HSV(B) | 188º | 0.07% | 0.8% | - |
| XYZ | 53.01 | 57.42 | 65.42 | - |
| YUV | 198.34 | 131.19 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 202 | 204 | 0.07 | 0.01 | 0 | 0.2 | 188 | 0.13 | 0.77 |
| Hex | BD | CA | CC | 7 | 1 | 0 | 14 | BC | D | 4D |
| Octal | 275 | 312 | 314 | 7 | 1 | 0 | 24 | 274 | 15 | 115 |
| Binary | 10111101 | 11001010 | 11001100 | 111 | 1 | 0 | 10100 | 10111100 | 1101 | 1001101 |
Color Harmonies of #BDCACC
Complementary color
Monochromatic Colors of #BDCACC
Black with #BDCACC
Text Example
Text Example
White with #BDCACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCACC; }
p { color: rgb(189,202,204); }
H1.HeaderClassName
{
color: #BDCACC;
}
.AnyTagClassName
{
color: #BDCACC;
}
</style>
background-color css
<style>
a { background-color: #BDCACC; }
a { background-color: rgb(189,202,204); }
div.DivClassName
{
background-color: #BDCACC;
}
.BgClassName
{
background-color: #BDCACC;
}
</style>
border-color css
<style>
span { border-color: #BDCACC; }
span { border-color: rgb(189,202,204); }
td.TdClassName
{
border-color: #BDCACC;
}
.TagClassName
{
border-color: #BDCACC;
}
</style>