Shades of Iron #BECDD1
Tints of Iron #BECDD1
RGB
CMYK
RGB Variations
Color information
#BECDD1 (or 0xBECDD1) is known color: Iron. HEX triplet: BE, CD and D1. RGB value is (190,205,209). Sum of RGB (Red+Green+Blue) = 190+205+209=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 209 (82.03% from 255 or 34.60% from 604); Max value from RGB is 209 - color contains mainly: blue. Hex color #BECDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDD1 is #41322E. Grayscale: #C8C8C8. Windows color (decimal): -4272687 or 13749694. OLE color: 13749694.
HSL color Cylindrical-coordinate representation of color #BECDD1: hue angle of 192.63º 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 #BECDD1 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 205 | 209 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.18 |
| HSL | 192.63º | 0.17% | 0.78% | - |
| HSV(B) | 192.63º | 0.09% | 0.82% | - |
| XYZ | 54.58 | 59.21 | 68.87 | - |
| YUV | 200.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 205 | 209 | 0.09 | 0.02 | 0 | 0.18 | 192.63 | 0.17 | 0.78 |
| Hex | BE | CD | D1 | 9 | 2 | 0 | 12 | C1 | 11 | 4E |
| Octal | 276 | 315 | 321 | 11 | 2 | 0 | 22 | 301 | 21 | 116 |
| Binary | 10111110 | 11001101 | 11010001 | 1001 | 10 | 0 | 10010 | 11000001 | 10001 | 1001110 |
Color Harmonies of #BECDD1
Complementary color
Monochromatic Colors of #BECDD1
Black with #BECDD1
Text Example
Text Example
White with #BECDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECDD1; }
p { color: rgb(190,205,209); }
H1.HeaderClassName
{
color: #BECDD1;
}
.AnyTagClassName
{
color: #BECDD1;
}
</style>
background-color css
<style>
a { background-color: #BECDD1; }
a { background-color: rgb(190,205,209); }
div.DivClassName
{
background-color: #BECDD1;
}
.BgClassName
{
background-color: #BECDD1;
}
</style>
border-color css
<style>
span { border-color: #BECDD1; }
span { border-color: rgb(190,205,209); }
td.TdClassName
{
border-color: #BECDD1;
}
.TagClassName
{
border-color: #BECDD1;
}
</style>