Shades of Iron #BECBCF
Tints of Iron #BECBCF
RGB
CMYK
RGB Variations
Color information
#BECBCF (or 0xBECBCF) is known color: Iron. HEX triplet: BE, CB and CF. RGB value is (190,203,207). Sum of RGB (Red+Green+Blue) = 190+203+207=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 207 - color contains mainly: blue. Hex color #BECBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBCF is #413430. Grayscale: #C7C7C7. Windows color (decimal): -4273201 or 13618110. OLE color: 13618110.
HSL color Cylindrical-coordinate representation of color #BECBCF: hue angle of 194.12º 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 #BECBCF is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 203 | 207 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.19 |
| HSL | 194.12º | 0.15% | 0.78% | - |
| HSV(B) | 194.12º | 0.08% | 0.81% | - |
| XYZ | 53.85 | 58.16 | 67.42 | - |
| YUV | 199.57 | 132.19 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 207 | 0.08 | 0.02 | 0 | 0.19 | 194.12 | 0.15 | 0.78 |
| Hex | BE | CB | CF | 8 | 2 | 0 | 13 | C2 | F | 4E |
| Octal | 276 | 313 | 317 | 10 | 2 | 0 | 23 | 302 | 17 | 116 |
| Binary | 10111110 | 11001011 | 11001111 | 1000 | 10 | 0 | 10011 | 11000010 | 1111 | 1001110 |
Color Harmonies of #BECBCF
Complementary color
Monochromatic Colors of #BECBCF
Black with #BECBCF
Text Example
Text Example
White with #BECBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECBCF; }
p { color: rgb(190,203,207); }
H1.HeaderClassName
{
color: #BECBCF;
}
.AnyTagClassName
{
color: #BECBCF;
}
</style>
background-color css
<style>
a { background-color: #BECBCF; }
a { background-color: rgb(190,203,207); }
div.DivClassName
{
background-color: #BECBCF;
}
.BgClassName
{
background-color: #BECBCF;
}
</style>
border-color css
<style>
span { border-color: #BECBCF; }
span { border-color: rgb(190,203,207); }
td.TdClassName
{
border-color: #BECBCF;
}
.TagClassName
{
border-color: #BECBCF;
}
</style>