Shades of Iron #BDD0D2
Tints of Iron #BDD0D2
RGB
CMYK
RGB Variations
Color information
#BDD0D2 (or 0xBDD0D2) is known color: Iron. HEX triplet: BD, D0 and D2. RGB value is (189,208,210). Sum of RGB (Red+Green+Blue) = 189+208+210=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 208 (81.64% from 255 or 34.27% from 607); Blue value is 210 (82.42% from 255 or 34.60% from 607); Max value from RGB is 210 - color contains mainly: blue. Hex color #BDD0D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0D2 is #422F2D. Grayscale: #CACACA. Windows color (decimal): -4337454 or 13815997. OLE color: 13815997.
HSL color Cylindrical-coordinate representation of color #BDD0D2: hue angle of 185.71º degrees, saturation: 0.19, 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 #BDD0D2 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 210 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.18 |
| HSL | 185.71º | 0.19% | 0.78% | - |
| HSV(B) | 185.71º | 0.1% | 0.82% | - |
| XYZ | 55.18 | 60.58 | 69.76 | - |
| YUV | 202.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 210 | 0.10 | 0.01 | 0 | 0.18 | 185.71 | 0.19 | 0.78 |
| Hex | BD | D0 | D2 | A | 1 | 0 | 12 | BA | 13 | 4E |
| Octal | 275 | 320 | 322 | 12 | 1 | 0 | 22 | 272 | 23 | 116 |
| Binary | 10111101 | 11010000 | 11010010 | 1010 | 1 | 0 | 10010 | 10111010 | 10011 | 1001110 |
Color Harmonies of #BDD0D2
Complementary color
Monochromatic Colors of #BDD0D2
Black with #BDD0D2
Text Example
Text Example
White with #BDD0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD0D2; }
p { color: rgb(189,208,210); }
H1.HeaderClassName
{
color: #BDD0D2;
}
.AnyTagClassName
{
color: #BDD0D2;
}
</style>
background-color css
<style>
a { background-color: #BDD0D2; }
a { background-color: rgb(189,208,210); }
div.DivClassName
{
background-color: #BDD0D2;
}
.BgClassName
{
background-color: #BDD0D2;
}
</style>
border-color css
<style>
span { border-color: #BDD0D2; }
span { border-color: rgb(189,208,210); }
td.TdClassName
{
border-color: #BDD0D2;
}
.TagClassName
{
border-color: #BDD0D2;
}
</style>