Shades of Iron #BECACC
Tints of Iron #BECACC
RGB
CMYK
RGB Variations
Color information
#BECACC (or 0xBECACC) is known color: Iron. HEX triplet: BE, CA and CC. RGB value is (190,202,204). Sum of RGB (Red+Green+Blue) = 190+202+204=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 204 - color contains mainly: blue. Hex color #BECACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECACC is #413533. Grayscale: #C6C6C6. Windows color (decimal): -4273460 or 13421246. OLE color: 13421246.
HSL color Cylindrical-coordinate representation of color #BECACC: hue angle of 188.57º 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 #BECACC is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 190 | 202 | 204 | - |
CMYK | 0.07 | 0.01 | 0 | 0.2 |
HSL | 188.57º | 0.12% | 0.77% | - |
HSV(B) | 188.57º | 0.07% | 0.8% | - |
XYZ | 53.25 | 57.55 | 65.43 | - |
YUV | 198.64 | 131.02 | 121.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 202 | 204 | 0.07 | 0.01 | 0 | 0.2 | 188.57 | 0.12 | 0.77 |
Hex | BE | CA | CC | 7 | 1 | 0 | 14 | BD | C | 4D |
Octal | 276 | 312 | 314 | 7 | 1 | 0 | 24 | 275 | 14 | 115 |
Binary | 10111110 | 11001010 | 11001100 | 111 | 1 | 0 | 10100 | 10111101 | 1100 | 1001101 |
Color Harmonies of #BECACC
Complementary color
Monochromatic Colors of #BECACC
Black with #BECACC
Text Example
Text Example
White with #BECACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECACC; }
p { color: rgb(190,202,204); }
H1.HeaderClassName
{
color: #BECACC;
}
.AnyTagClassName
{
color: #BECACC;
}
</style>
background-color css
<style>
a { background-color: #BECACC; }
a { background-color: rgb(190,202,204); }
div.DivClassName
{
background-color: #BECACC;
}
.BgClassName
{
background-color: #BECACC;
}
</style>
border-color css
<style>
span { border-color: #BECACC; }
span { border-color: rgb(190,202,204); }
td.TdClassName
{
border-color: #BECACC;
}
.TagClassName
{
border-color: #BECACC;
}
</style>