Shades of Iron #BECBCE
Tints of Iron #BECBCE
RGB
CMYK
RGB Variations
Color information
#BECBCE (or 0xBECBCE) is known color: Iron. HEX triplet: BE, CB and CE. RGB value is (190,203,206). Sum of RGB (Red+Green+Blue) = 190+203+206=599 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.72% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 206 - color contains mainly: blue. Hex color #BECBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBCE is #413431. Grayscale: #C7C7C7. Windows color (decimal): -4273202 or 13552574. OLE color: 13552574.
HSL color Cylindrical-coordinate representation of color #BECBCE: hue angle of 191.25º 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 #BECBCE is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 203 | 206 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.19 |
| HSL | 191.25º | 0.14% | 0.78% | - |
| HSV(B) | 191.25º | 0.08% | 0.81% | - |
| XYZ | 53.73 | 58.12 | 66.78 | - |
| YUV | 199.46 | 131.69 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 206 | 0.08 | 0.01 | 0 | 0.19 | 191.25 | 0.14 | 0.78 |
| Hex | BE | CB | CE | 8 | 1 | 0 | 13 | BF | E | 4E |
| Octal | 276 | 313 | 316 | 10 | 1 | 0 | 23 | 277 | 16 | 116 |
| Binary | 10111110 | 11001011 | 11001110 | 1000 | 1 | 0 | 10011 | 10111111 | 1110 | 1001110 |
Color Harmonies of #BECBCE
Complementary color
Monochromatic Colors of #BECBCE
Black with #BECBCE
Text Example
Text Example
White with #BECBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECBCE; }
p { color: rgb(190,203,206); }
H1.HeaderClassName
{
color: #BECBCE;
}
.AnyTagClassName
{
color: #BECBCE;
}
</style>
background-color css
<style>
a { background-color: #BECBCE; }
a { background-color: rgb(190,203,206); }
div.DivClassName
{
background-color: #BECBCE;
}
.BgClassName
{
background-color: #BECBCE;
}
</style>
border-color css
<style>
span { border-color: #BECBCE; }
span { border-color: rgb(190,203,206); }
td.TdClassName
{
border-color: #BECBCE;
}
.TagClassName
{
border-color: #BECBCE;
}
</style>