Shades of Iron #BED0D2
Tints of Iron #BED0D2
RGB
CMYK
RGB Variations
Color information
#BED0D2 (or 0xBED0D2) is known color: Iron. HEX triplet: BE, D0 and D2. RGB value is (190,208,210). Sum of RGB (Red+Green+Blue) = 190+208+210=608 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.25% from 608); Green value is 208 (81.64% from 255 or 34.21% from 608); Blue value is 210 (82.42% from 255 or 34.54% from 608); Max value from RGB is 210 - color contains mainly: blue. Hex color #BED0D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED0D2 is #412F2D. Grayscale: #CACACA. Windows color (decimal): -4271918 or 13815998. OLE color: 13815998.
HSL color Cylindrical-coordinate representation of color #BED0D2: hue angle of 186º 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 #BED0D2 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 208 | 210 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.18 |
| HSL | 186º | 0.18% | 0.78% | - |
| HSV(B) | 186º | 0.1% | 0.82% | - |
| XYZ | 55.42 | 60.71 | 69.77 | - |
| YUV | 202.85 | 132.04 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 208 | 210 | 0.10 | 0.01 | 0 | 0.18 | 186 | 0.18 | 0.78 |
| Hex | BE | D0 | D2 | A | 1 | 0 | 12 | BA | 12 | 4E |
| Octal | 276 | 320 | 322 | 12 | 1 | 0 | 22 | 272 | 22 | 116 |
| Binary | 10111110 | 11010000 | 11010010 | 1010 | 1 | 0 | 10010 | 10111010 | 10010 | 1001110 |
Color Harmonies of #BED0D2
Complementary color
Monochromatic Colors of #BED0D2
Black with #BED0D2
Text Example
Text Example
White with #BED0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED0D2; }
p { color: rgb(190,208,210); }
H1.HeaderClassName
{
color: #BED0D2;
}
.AnyTagClassName
{
color: #BED0D2;
}
</style>
background-color css
<style>
a { background-color: #BED0D2; }
a { background-color: rgb(190,208,210); }
div.DivClassName
{
background-color: #BED0D2;
}
.BgClassName
{
background-color: #BED0D2;
}
</style>
border-color css
<style>
span { border-color: #BED0D2; }
span { border-color: rgb(190,208,210); }
td.TdClassName
{
border-color: #BED0D2;
}
.TagClassName
{
border-color: #BED0D2;
}
</style>