Shades of Iron #BECFCE
Tints of Iron #BECFCE
RGB
CMYK
RGB Variations
Color information
#BECFCE (or 0xBECFCE) is known color: Iron. HEX triplet: BE, CF and CE. RGB value is (190,207,206). Sum of RGB (Red+Green+Blue) = 190+207+206=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 207 - color contains mainly: green. Hex color #BECFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFCE is #413031. Grayscale: #C9C9C9. Windows color (decimal): -4272178 or 13553598. OLE color: 13553598.
HSL color Cylindrical-coordinate representation of color #BECFCE: hue angle of 176.47º degrees, saturation: 0.15, 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 #BECFCE is Cyan = 0.08, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 206 | - |
| CMYK | 0.08 | 0 | 0.00 | 0.19 |
| HSL | 176.47º | 0.15% | 0.78% | - |
| HSV(B) | 176.47º | 0.08% | 0.81% | - |
| XYZ | 54.69 | 60.03 | 67.1 | - |
| YUV | 201.8 | 130.37 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 206 | 0.08 | 0 | 0.00 | 0.19 | 176.47 | 0.15 | 0.78 |
| Hex | BE | CF | CE | 8 | 0 | 0 | 13 | B0 | F | 4E |
| Octal | 276 | 317 | 316 | 10 | 0 | 0 | 23 | 260 | 17 | 116 |
| Binary | 10111110 | 11001111 | 11001110 | 1000 | 0 | 0 | 10011 | 10110000 | 1111 | 1001110 |
Color Harmonies of #BECFCE
Complementary color
Monochromatic Colors of #BECFCE
Black with #BECFCE
Text Example
Text Example
White with #BECFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECFCE; }
p { color: rgb(190,207,206); }
H1.HeaderClassName
{
color: #BECFCE;
}
.AnyTagClassName
{
color: #BECFCE;
}
</style>
background-color css
<style>
a { background-color: #BECFCE; }
a { background-color: rgb(190,207,206); }
div.DivClassName
{
background-color: #BECFCE;
}
.BgClassName
{
background-color: #BECFCE;
}
</style>
border-color css
<style>
span { border-color: #BECFCE; }
span { border-color: rgb(190,207,206); }
td.TdClassName
{
border-color: #BECFCE;
}
.TagClassName
{
border-color: #BECFCE;
}
</style>