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