Shades of Iron #BECFD3
Tints of Iron #BECFD3
RGB
CMYK
RGB Variations
Color information
#BECFD3 (or 0xBECFD3) is known color: Iron. HEX triplet: BE, CF and D3. RGB value is (190,207,211). Sum of RGB (Red+Green+Blue) = 190+207+211=608 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.25% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 211 (82.81% from 255 or 34.70% from 608); Max value from RGB is 211 - color contains mainly: blue. Hex color #BECFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFD3 is #41302C. Grayscale: #CACACA. Windows color (decimal): -4272173 or 13881278. OLE color: 13881278.
HSL color Cylindrical-coordinate representation of color #BECFD3: hue angle of 191.43º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BECFD3 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 207 | 211 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.17 |
| HSL | 191.43º | 0.19% | 0.79% | - |
| HSV(B) | 191.43º | 0.1% | 0.83% | - |
| XYZ | 55.31 | 60.28 | 70.35 | - |
| YUV | 202.37 | 132.87 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 211 | 0.10 | 0.02 | 0 | 0.17 | 191.43 | 0.19 | 0.79 |
| Hex | BE | CF | D3 | A | 2 | 0 | 11 | BF | 13 | 4F |
| Octal | 276 | 317 | 323 | 12 | 2 | 0 | 21 | 277 | 23 | 117 |
| Binary | 10111110 | 11001111 | 11010011 | 1010 | 10 | 0 | 10001 | 10111111 | 10011 | 1001111 |
Color Harmonies of #BECFD3
Complementary color
Monochromatic Colors of #BECFD3
Black with #BECFD3
Text Example
Text Example
White with #BECFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECFD3; }
p { color: rgb(190,207,211); }
H1.HeaderClassName
{
color: #BECFD3;
}
.AnyTagClassName
{
color: #BECFD3;
}
</style>
background-color css
<style>
a { background-color: #BECFD3; }
a { background-color: rgb(190,207,211); }
div.DivClassName
{
background-color: #BECFD3;
}
.BgClassName
{
background-color: #BECFD3;
}
</style>
border-color css
<style>
span { border-color: #BECFD3; }
span { border-color: rgb(190,207,211); }
td.TdClassName
{
border-color: #BECFD3;
}
.TagClassName
{
border-color: #BECFD3;
}
</style>