Shades of Iron #BED2D1
Tints of Iron #BED2D1
RGB
CMYK
RGB Variations
Color information
#BED2D1 (or 0xBED2D1) is known color: Iron. HEX triplet: BE, D2 and D1. RGB value is (190,210,209). Sum of RGB (Red+Green+Blue) = 190+210+209=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 210 (82.42% from 255 or 34.48% from 609); Blue value is 209 (82.03% from 255 or 34.32% from 609); Max value from RGB is 210 - color contains mainly: green. Hex color #BED2D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED2D1 is #412D2E. Grayscale: #CBCBCB. Windows color (decimal): -4271407 or 13750974. OLE color: 13750974.
HSL color Cylindrical-coordinate representation of color #BED2D1: hue angle of 177º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BED2D1 is Cyan = 0.10, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
RGB | 190 | 210 | 209 | - |
CMYK | 0.10 | 0 | 0.00 | 0.18 |
HSL | 177º | 0.18% | 0.78% | - |
HSV(B) | 177º | 0.1% | 0.82% | - |
XYZ | 55.79 | 61.64 | 69.28 | - |
YUV | 203.91 | 130.87 | 118.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 210 | 209 | 0.10 | 0 | 0.00 | 0.18 | 177 | 0.18 | 0.78 |
Hex | BE | D2 | D1 | A | 0 | 0 | 12 | B1 | 12 | 4E |
Octal | 276 | 322 | 321 | 12 | 0 | 0 | 22 | 261 | 22 | 116 |
Binary | 10111110 | 11010010 | 11010001 | 1010 | 0 | 0 | 10010 | 10110001 | 10010 | 1001110 |
Color Harmonies of #BED2D1
Complementary color
Monochromatic Colors of #BED2D1
Black with #BED2D1
Text Example
Text Example
White with #BED2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED2D1; }
p { color: rgb(190,210,209); }
H1.HeaderClassName
{
color: #BED2D1;
}
.AnyTagClassName
{
color: #BED2D1;
}
</style>
background-color css
<style>
a { background-color: #BED2D1; }
a { background-color: rgb(190,210,209); }
div.DivClassName
{
background-color: #BED2D1;
}
.BgClassName
{
background-color: #BED2D1;
}
</style>
border-color css
<style>
span { border-color: #BED2D1; }
span { border-color: rgb(190,210,209); }
td.TdClassName
{
border-color: #BED2D1;
}
.TagClassName
{
border-color: #BED2D1;
}
</style>