Shades of Iron #BECCCE
Tints of Iron #BECCCE
RGB
CMYK
RGB Variations
Color information
#BECCCE (or 0xBECCCE) is known color: Iron. HEX triplet: BE, CC and CE. RGB value is (190,204,206). Sum of RGB (Red+Green+Blue) = 190+204+206=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 206 - color contains mainly: blue. Hex color #BECCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCCE is #413331. Grayscale: #C8C8C8. Windows color (decimal): -4272946 or 13552830. OLE color: 13552830.
HSL color Cylindrical-coordinate representation of color #BECCCE: hue angle of 187.5º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BECCCE is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 204 | 206 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.19 |
| HSL | 187.5º | 0.14% | 0.78% | - |
| HSV(B) | 187.5º | 0.08% | 0.81% | - |
| XYZ | 53.97 | 58.59 | 66.86 | - |
| YUV | 200.04 | 131.36 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 206 | 0.08 | 0.01 | 0 | 0.19 | 187.5 | 0.14 | 0.78 |
| Hex | BE | CC | CE | 8 | 1 | 0 | 13 | BC | E | 4E |
| Octal | 276 | 314 | 316 | 10 | 1 | 0 | 23 | 274 | 16 | 116 |
| Binary | 10111110 | 11001100 | 11001110 | 1000 | 1 | 0 | 10011 | 10111100 | 1110 | 1001110 |
Color Harmonies of #BECCCE
Complementary color
Monochromatic Colors of #BECCCE
Black with #BECCCE
Text Example
Text Example
White with #BECCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECCCE; }
p { color: rgb(190,204,206); }
H1.HeaderClassName
{
color: #BECCCE;
}
.AnyTagClassName
{
color: #BECCCE;
}
</style>
background-color css
<style>
a { background-color: #BECCCE; }
a { background-color: rgb(190,204,206); }
div.DivClassName
{
background-color: #BECCCE;
}
.BgClassName
{
background-color: #BECCCE;
}
</style>
border-color css
<style>
span { border-color: #BECCCE; }
span { border-color: rgb(190,204,206); }
td.TdClassName
{
border-color: #BECCCE;
}
.TagClassName
{
border-color: #BECCCE;
}
</style>