Shades of Iron #BDCACE
Tints of Iron #BDCACE
RGB
CMYK
RGB Variations
Color information
#BDCACE (or 0xBDCACE) is known color: Iron. HEX triplet: BD, CA and CE. RGB value is (189,202,206). Sum of RGB (Red+Green+Blue) = 189+202+206=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDCACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCACE is #423531. Grayscale: #C6C6C6. Windows color (decimal): -4338994 or 13552317. OLE color: 13552317.
HSL color Cylindrical-coordinate representation of color #BDCACE: hue angle of 194.12º 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 #BDCACE is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 189 | 202 | 206 | - |
CMYK | 0.08 | 0.02 | 0 | 0.19 |
HSL | 194.12º | 0.15% | 0.77% | - |
HSV(B) | 194.12º | 0.08% | 0.81% | - |
XYZ | 53.25 | 57.52 | 66.69 | - |
YUV | 198.57 | 132.19 | 121.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 202 | 206 | 0.08 | 0.02 | 0 | 0.19 | 194.12 | 0.15 | 0.77 |
Hex | BD | CA | CE | 8 | 2 | 0 | 13 | C2 | F | 4D |
Octal | 275 | 312 | 316 | 10 | 2 | 0 | 23 | 302 | 17 | 115 |
Binary | 10111101 | 11001010 | 11001110 | 1000 | 10 | 0 | 10011 | 11000010 | 1111 | 1001101 |
Color Harmonies of #BDCACE
Complementary color
Monochromatic Colors of #BDCACE
Black with #BDCACE
Text Example
Text Example
White with #BDCACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCACE; }
p { color: rgb(189,202,206); }
H1.HeaderClassName
{
color: #BDCACE;
}
.AnyTagClassName
{
color: #BDCACE;
}
</style>
background-color css
<style>
a { background-color: #BDCACE; }
a { background-color: rgb(189,202,206); }
div.DivClassName
{
background-color: #BDCACE;
}
.BgClassName
{
background-color: #BDCACE;
}
</style>
border-color css
<style>
span { border-color: #BDCACE; }
span { border-color: rgb(189,202,206); }
td.TdClassName
{
border-color: #BDCACE;
}
.TagClassName
{
border-color: #BDCACE;
}
</style>