Shades of Iron #BECBCC
Tints of Iron #BECBCC
RGB
CMYK
RGB Variations
Color information
#BECBCC (or 0xBECBCC) is known color: Iron. HEX triplet: BE, CB and CC. RGB value is (190,203,204). Sum of RGB (Red+Green+Blue) = 190+203+204=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 204 - color contains mainly: blue. Hex color #BECBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBCC is #413433. Grayscale: #C7C7C7. Windows color (decimal): -4273204 or 13421502. OLE color: 13421502.
HSL color Cylindrical-coordinate representation of color #BECBCC: 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 #BECBCC is Cyan = 0.07, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 203 | 204 | - |
| CMYK | 0.07 | 0.00 | 0 | 0.2 |
| HSL | 184.29º | 0.12% | 0.77% | - |
| HSV(B) | 184.29º | 0.07% | 0.8% | - |
| XYZ | 53.49 | 58.02 | 65.51 | - |
| YUV | 199.23 | 130.69 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 204 | 0.07 | 0.00 | 0 | 0.2 | 184.29 | 0.12 | 0.77 |
| Hex | BE | CB | CC | 7 | 0 | 0 | 14 | B8 | C | 4D |
| Octal | 276 | 313 | 314 | 7 | 0 | 0 | 24 | 270 | 14 | 115 |
| Binary | 10111110 | 11001011 | 11001100 | 111 | 0 | 0 | 10100 | 10111000 | 1100 | 1001101 |
Color Harmonies of #BECBCC
Complementary color
Monochromatic Colors of #BECBCC
Black with #BECBCC
Text Example
Text Example
White with #BECBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECBCC; }
p { color: rgb(190,203,204); }
H1.HeaderClassName
{
color: #BECBCC;
}
.AnyTagClassName
{
color: #BECBCC;
}
</style>
background-color css
<style>
a { background-color: #BECBCC; }
a { background-color: rgb(190,203,204); }
div.DivClassName
{
background-color: #BECBCC;
}
.BgClassName
{
background-color: #BECBCC;
}
</style>
border-color css
<style>
span { border-color: #BECBCC; }
span { border-color: rgb(190,203,204); }
td.TdClassName
{
border-color: #BECBCC;
}
.TagClassName
{
border-color: #BECBCC;
}
</style>