Shades of Iron #BECCCF
Tints of Iron #BECCCF
RGB
CMYK
RGB Variations
Color information
#BECCCF (or 0xBECCCF) is known color: Iron. HEX triplet: BE, CC and CF. RGB value is (190,204,207). Sum of RGB (Red+Green+Blue) = 190+204+207=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 207 - color contains mainly: blue. Hex color #BECCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCCF is #413330. Grayscale: #C8C8C8. Windows color (decimal): -4272945 or 13618366. OLE color: 13618366.
HSL color Cylindrical-coordinate representation of color #BECCCF: hue angle of 190.59º 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 #BECCCF is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 204 | 207 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.19 |
| HSL | 190.59º | 0.15% | 0.78% | - |
| HSV(B) | 190.59º | 0.08% | 0.81% | - |
| XYZ | 54.09 | 58.64 | 67.5 | - |
| YUV | 200.16 | 131.86 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 207 | 0.08 | 0.01 | 0 | 0.19 | 190.59 | 0.15 | 0.78 |
| Hex | BE | CC | CF | 8 | 1 | 0 | 13 | BF | F | 4E |
| Octal | 276 | 314 | 317 | 10 | 1 | 0 | 23 | 277 | 17 | 116 |
| Binary | 10111110 | 11001100 | 11001111 | 1000 | 1 | 0 | 10011 | 10111111 | 1111 | 1001110 |
Color Harmonies of #BECCCF
Complementary color
Monochromatic Colors of #BECCCF
Black with #BECCCF
Text Example
Text Example
White with #BECCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECCCF; }
p { color: rgb(190,204,207); }
H1.HeaderClassName
{
color: #BECCCF;
}
.AnyTagClassName
{
color: #BECCCF;
}
</style>
background-color css
<style>
a { background-color: #BECCCF; }
a { background-color: rgb(190,204,207); }
div.DivClassName
{
background-color: #BECCCF;
}
.BgClassName
{
background-color: #BECCCF;
}
</style>
border-color css
<style>
span { border-color: #BECCCF; }
span { border-color: rgb(190,204,207); }
td.TdClassName
{
border-color: #BECCCF;
}
.TagClassName
{
border-color: #BECCCF;
}
</style>