Shades of Iron #BED1D2
Tints of Iron #BED1D2
RGB
CMYK
RGB Variations
Color information
#BED1D2 (or 0xBED1D2) is known color: Iron. HEX triplet: BE, D1 and D2. RGB value is (190,209,210). Sum of RGB (Red+Green+Blue) = 190+209+210=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 209 (82.03% from 255 or 34.32% from 609); Blue value is 210 (82.42% from 255 or 34.48% from 609); Max value from RGB is 210 - color contains mainly: blue. Hex color #BED1D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED1D2 is #412E2D. Grayscale: #CBCBCB. Windows color (decimal): -4271662 or 13816254. OLE color: 13816254.
HSL color Cylindrical-coordinate representation of color #BED1D2: hue angle of 183º 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 #BED1D2 is Cyan = 0.10, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 209 | 210 | - |
| CMYK | 0.10 | 0.00 | 0 | 0.18 |
| HSL | 183º | 0.18% | 0.78% | - |
| HSV(B) | 183º | 0.1% | 0.82% | - |
| XYZ | 55.67 | 61.2 | 69.85 | - |
| YUV | 203.43 | 131.71 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 209 | 210 | 0.10 | 0.00 | 0 | 0.18 | 183 | 0.18 | 0.78 |
| Hex | BE | D1 | D2 | A | 0 | 0 | 12 | B7 | 12 | 4E |
| Octal | 276 | 321 | 322 | 12 | 0 | 0 | 22 | 267 | 22 | 116 |
| Binary | 10111110 | 11010001 | 11010010 | 1010 | 0 | 0 | 10010 | 10110111 | 10010 | 1001110 |
Color Harmonies of #BED1D2
Complementary color
Monochromatic Colors of #BED1D2
Black with #BED1D2
Text Example
Text Example
White with #BED1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED1D2; }
p { color: rgb(190,209,210); }
H1.HeaderClassName
{
color: #BED1D2;
}
.AnyTagClassName
{
color: #BED1D2;
}
</style>
background-color css
<style>
a { background-color: #BED1D2; }
a { background-color: rgb(190,209,210); }
div.DivClassName
{
background-color: #BED1D2;
}
.BgClassName
{
background-color: #BED1D2;
}
</style>
border-color css
<style>
span { border-color: #BED1D2; }
span { border-color: rgb(190,209,210); }
td.TdClassName
{
border-color: #BED1D2;
}
.TagClassName
{
border-color: #BED1D2;
}
</style>