Shades of Iron #BECCD1
Tints of Iron #BECCD1
RGB
CMYK
RGB Variations
Color information
#BECCD1 (or 0xBECCD1) is known color: Iron. HEX triplet: BE, CC and D1. RGB value is (190,204,209). Sum of RGB (Red+Green+Blue) = 190+204+209=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 209 (82.03% from 255 or 34.66% from 603); Max value from RGB is 209 - color contains mainly: blue. Hex color #BECCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCD1 is #41332E. Grayscale: #C8C8C8. Windows color (decimal): -4272943 or 13749438. OLE color: 13749438.
HSL color Cylindrical-coordinate representation of color #BECCD1: hue angle of 195.79º degrees, saturation: 0.17, 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 #BECCD1 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 204 | 209 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.18 |
| HSL | 195.79º | 0.17% | 0.78% | - |
| HSV(B) | 195.79º | 0.09% | 0.82% | - |
| XYZ | 54.34 | 58.74 | 68.8 | - |
| YUV | 200.38 | 132.86 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 209 | 0.09 | 0.02 | 0 | 0.18 | 195.79 | 0.17 | 0.78 |
| Hex | BE | CC | D1 | 9 | 2 | 0 | 12 | C4 | 11 | 4E |
| Octal | 276 | 314 | 321 | 11 | 2 | 0 | 22 | 304 | 21 | 116 |
| Binary | 10111110 | 11001100 | 11010001 | 1001 | 10 | 0 | 10010 | 11000100 | 10001 | 1001110 |
Color Harmonies of #BECCD1
Complementary color
Monochromatic Colors of #BECCD1
Black with #BECCD1
Text Example
Text Example
White with #BECCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECCD1; }
p { color: rgb(190,204,209); }
H1.HeaderClassName
{
color: #BECCD1;
}
.AnyTagClassName
{
color: #BECCD1;
}
</style>
background-color css
<style>
a { background-color: #BECCD1; }
a { background-color: rgb(190,204,209); }
div.DivClassName
{
background-color: #BECCD1;
}
.BgClassName
{
background-color: #BECCD1;
}
</style>
border-color css
<style>
span { border-color: #BECCD1; }
span { border-color: rgb(190,204,209); }
td.TdClassName
{
border-color: #BECCD1;
}
.TagClassName
{
border-color: #BECCD1;
}
</style>