Shades of Iron #BDD1D4
Tints of Iron #BDD1D4
RGB
CMYK
RGB Variations
Color information
#BDD1D4 (or 0xBDD1D4) is known color: Iron. HEX triplet: BD, D1 and D4. RGB value is (189,209,212). Sum of RGB (Red+Green+Blue) = 189+209+212=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 209 (82.03% from 255 or 34.26% from 610); Blue value is 212 (83.20% from 255 or 34.75% from 610); Max value from RGB is 212 - color contains mainly: blue. Hex color #BDD1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD1D4 is #422E2B. Grayscale: #CBCBCB. Windows color (decimal): -4337196 or 13947325. OLE color: 13947325.
HSL color Cylindrical-coordinate representation of color #BDD1D4: hue angle of 187.83º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDD1D4 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 209 | 212 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.17 |
| HSL | 187.83º | 0.21% | 0.79% | - |
| HSV(B) | 187.83º | 0.11% | 0.83% | - |
| XYZ | 55.67 | 61.17 | 71.16 | - |
| YUV | 203.36 | 132.87 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 212 | 0.11 | 0.01 | 0 | 0.17 | 187.83 | 0.21 | 0.79 |
| Hex | BD | D1 | D4 | B | 1 | 0 | 11 | BC | 15 | 4F |
| Octal | 275 | 321 | 324 | 13 | 1 | 0 | 21 | 274 | 25 | 117 |
| Binary | 10111101 | 11010001 | 11010100 | 1011 | 1 | 0 | 10001 | 10111100 | 10101 | 1001111 |
Color Harmonies of #BDD1D4
Complementary color
Monochromatic Colors of #BDD1D4
Black with #BDD1D4
Text Example
Text Example
White with #BDD1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD1D4; }
p { color: rgb(189,209,212); }
H1.HeaderClassName
{
color: #BDD1D4;
}
.AnyTagClassName
{
color: #BDD1D4;
}
</style>
background-color css
<style>
a { background-color: #BDD1D4; }
a { background-color: rgb(189,209,212); }
div.DivClassName
{
background-color: #BDD1D4;
}
.BgClassName
{
background-color: #BDD1D4;
}
</style>
border-color css
<style>
span { border-color: #BDD1D4; }
span { border-color: rgb(189,209,212); }
td.TdClassName
{
border-color: #BDD1D4;
}
.TagClassName
{
border-color: #BDD1D4;
}
</style>