Shades of Iron #BDCACA
Tints of Iron #BDCACA
RGB
CMYK
RGB Variations
Color information
#BDCACA (or 0xBDCACA) is known color: Iron. HEX triplet: BD, CA and CA. RGB value is (189,202,202). Sum of RGB (Red+Green+Blue) = 189+202+202=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #BDCACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCACA is #423535. Grayscale: #C6C6C6. Windows color (decimal): -4338998 or 13290173. OLE color: 13290173.
HSL color Cylindrical-coordinate representation of color #BDCACA: hue angle of 180º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDCACA is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 189 | 202 | 202 | - |
CMYK | 0.06 | 0 | 0 | 0.21 |
HSL | 180º | 0.11% | 0.77% | - |
HSV(B) | 180º | 0.06% | 0.79% | - |
XYZ | 52.77 | 57.32 | 64.16 | - |
YUV | 198.11 | 130.19 | 121.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 202 | 202 | 0.06 | 0 | 0 | 0.21 | 180 | 0.11 | 0.77 |
Hex | BD | CA | CA | 6 | 0 | 0 | 15 | B4 | B | 4D |
Octal | 275 | 312 | 312 | 6 | 0 | 0 | 25 | 264 | 13 | 115 |
Binary | 10111101 | 11001010 | 11001010 | 110 | 0 | 0 | 10101 | 10110100 | 1011 | 1001101 |
Color Harmonies of #BDCACA
Complementary color
Monochromatic Colors of #BDCACA
Black with #BDCACA
Text Example
Text Example
White with #BDCACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCACA; }
p { color: rgb(189,202,202); }
H1.HeaderClassName
{
color: #BDCACA;
}
.AnyTagClassName
{
color: #BDCACA;
}
</style>
background-color css
<style>
a { background-color: #BDCACA; }
a { background-color: rgb(189,202,202); }
div.DivClassName
{
background-color: #BDCACA;
}
.BgClassName
{
background-color: #BDCACA;
}
</style>
border-color css
<style>
span { border-color: #BDCACA; }
span { border-color: rgb(189,202,202); }
td.TdClassName
{
border-color: #BDCACA;
}
.TagClassName
{
border-color: #BDCACA;
}
</style>