Shades of Iron #BECFD0
Tints of Iron #BECFD0
RGB
CMYK
RGB Variations
Color information
#BECFD0 (or 0xBECFD0) is known color: Iron. HEX triplet: BE, CF and D0. RGB value is (190,207,208). Sum of RGB (Red+Green+Blue) = 190+207+208=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 208 - color contains mainly: blue. Hex color #BECFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFD0 is #41302F. Grayscale: #CACACA. Windows color (decimal): -4272176 or 13684670. OLE color: 13684670.
HSL color Cylindrical-coordinate representation of color #BECFD0: hue angle of 183.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BECFD0 is Cyan = 0.09, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 207 | 208 | - |
| CMYK | 0.09 | 0.00 | 0 | 0.18 |
| HSL | 183.33º | 0.16% | 0.78% | - |
| HSV(B) | 183.33º | 0.09% | 0.82% | - |
| XYZ | 54.93 | 60.13 | 68.38 | - |
| YUV | 202.03 | 131.37 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 208 | 0.09 | 0.00 | 0 | 0.18 | 183.33 | 0.16 | 0.78 |
| Hex | BE | CF | D0 | 9 | 0 | 0 | 12 | B7 | 10 | 4E |
| Octal | 276 | 317 | 320 | 11 | 0 | 0 | 22 | 267 | 20 | 116 |
| Binary | 10111110 | 11001111 | 11010000 | 1001 | 0 | 0 | 10010 | 10110111 | 10000 | 1001110 |
Color Harmonies of #BECFD0
Complementary color
Monochromatic Colors of #BECFD0
Black with #BECFD0
Text Example
Text Example
White with #BECFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECFD0; }
p { color: rgb(190,207,208); }
H1.HeaderClassName
{
color: #BECFD0;
}
.AnyTagClassName
{
color: #BECFD0;
}
</style>
background-color css
<style>
a { background-color: #BECFD0; }
a { background-color: rgb(190,207,208); }
div.DivClassName
{
background-color: #BECFD0;
}
.BgClassName
{
background-color: #BECFD0;
}
</style>
border-color css
<style>
span { border-color: #BECFD0; }
span { border-color: rgb(190,207,208); }
td.TdClassName
{
border-color: #BECFD0;
}
.TagClassName
{
border-color: #BECFD0;
}
</style>