Shades of Iron #B8D0D4
Tints of Iron #B8D0D4
RGB
CMYK
RGB Variations
Color information
#B8D0D4 (or 0xB8D0D4) is known color: Iron. HEX triplet: B8, D0 and D4. RGB value is (184,208,212). Sum of RGB (Red+Green+Blue) = 184+208+212=604 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.46% from 604); Green value is 208 (81.64% from 255 or 34.44% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 212 - color contains mainly: blue. Hex color #B8D0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D0D4 is #472F2B. Grayscale: #C9C9C9. Windows color (decimal): -4665132 or 13947064. OLE color: 13947064.
HSL color Cylindrical-coordinate representation of color #B8D0D4: hue angle of 188.57º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B8D0D4 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 184 | 208 | 212 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.17 |
| HSL | 188.57º | 0.25% | 0.78% | - |
| HSV(B) | 188.57º | 0.13% | 0.83% | - |
| XYZ | 54.21 | 60.06 | 71.02 | - |
| YUV | 201.28 | 134.05 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 208 | 212 | 0.13 | 0.02 | 0 | 0.17 | 188.57 | 0.25 | 0.78 |
| Hex | B8 | D0 | D4 | D | 2 | 0 | 11 | BD | 19 | 4E |
| Octal | 270 | 320 | 324 | 15 | 2 | 0 | 21 | 275 | 31 | 116 |
| Binary | 10111000 | 11010000 | 11010100 | 1101 | 10 | 0 | 10001 | 10111101 | 11001 | 1001110 |
Color Harmonies of #B8D0D4
Complementary color
Monochromatic Colors of #B8D0D4
Black with #B8D0D4
Text Example
Text Example
White with #B8D0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D0D4; }
p { color: rgb(184,208,212); }
H1.HeaderClassName
{
color: #B8D0D4;
}
.AnyTagClassName
{
color: #B8D0D4;
}
</style>
background-color css
<style>
a { background-color: #B8D0D4; }
a { background-color: rgb(184,208,212); }
div.DivClassName
{
background-color: #B8D0D4;
}
.BgClassName
{
background-color: #B8D0D4;
}
</style>
border-color css
<style>
span { border-color: #B8D0D4; }
span { border-color: rgb(184,208,212); }
td.TdClassName
{
border-color: #B8D0D4;
}
.TagClassName
{
border-color: #B8D0D4;
}
</style>