Shades of Iron #BED1D4
Tints of Iron #BED1D4
RGB
CMYK
RGB Variations
Color information
#BED1D4 (or 0xBED1D4) is known color: Iron. HEX triplet: BE, D1 and D4. RGB value is (190,209,212). Sum of RGB (Red+Green+Blue) = 190+209+212=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 209 (82.03% from 255 or 34.21% from 611); Blue value is 212 (83.20% from 255 or 34.70% from 611); Max value from RGB is 212 - color contains mainly: blue. Hex color #BED1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED1D4 is #412E2B. Grayscale: #CBCBCB. Windows color (decimal): -4271660 or 13947326. OLE color: 13947326.
HSL color Cylindrical-coordinate representation of color #BED1D4: hue angle of 188.18º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BED1D4 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 190 | 209 | 212 | - |
CMYK | 0.10 | 0.01 | 0 | 0.17 |
HSL | 188.18º | 0.2% | 0.79% | - |
HSV(B) | 188.18º | 0.1% | 0.83% | - |
XYZ | 55.92 | 61.3 | 71.17 | - |
YUV | 203.66 | 132.71 | 118.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 209 | 212 | 0.10 | 0.01 | 0 | 0.17 | 188.18 | 0.2 | 0.79 |
Hex | BE | D1 | D4 | A | 1 | 0 | 11 | BC | 14 | 4F |
Octal | 276 | 321 | 324 | 12 | 1 | 0 | 21 | 274 | 24 | 117 |
Binary | 10111110 | 11010001 | 11010100 | 1010 | 1 | 0 | 10001 | 10111100 | 10100 | 1001111 |
Color Harmonies of #BED1D4
Complementary color
Monochromatic Colors of #BED1D4
Black with #BED1D4
Text Example
Text Example
White with #BED1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED1D4; }
p { color: rgb(190,209,212); }
H1.HeaderClassName
{
color: #BED1D4;
}
.AnyTagClassName
{
color: #BED1D4;
}
</style>
background-color css
<style>
a { background-color: #BED1D4; }
a { background-color: rgb(190,209,212); }
div.DivClassName
{
background-color: #BED1D4;
}
.BgClassName
{
background-color: #BED1D4;
}
</style>
border-color css
<style>
span { border-color: #BED1D4; }
span { border-color: rgb(190,209,212); }
td.TdClassName
{
border-color: #BED1D4;
}
.TagClassName
{
border-color: #BED1D4;
}
</style>