Shades of Iron #BAD0D4
Tints of Iron #BAD0D4
RGB
CMYK
RGB Variations
Color information
#BAD0D4 (or 0xBAD0D4) is known color: Iron. HEX triplet: BA, D0 and D4. RGB value is (186,208,212). Sum of RGB (Red+Green+Blue) = 186+208+212=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 208 (81.64% from 255 or 34.32% from 606); Blue value is 212 (83.20% from 255 or 34.98% from 606); Max value from RGB is 212 - color contains mainly: blue. Hex color #BAD0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD0D4 is #452F2B. Grayscale: #C9C9C9. Windows color (decimal): -4534060 or 13947066. OLE color: 13947066.
HSL color Cylindrical-coordinate representation of color #BAD0D4: hue angle of 189.23º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAD0D4 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 208 | 212 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.17 |
| HSL | 189.23º | 0.23% | 0.78% | - |
| HSV(B) | 189.23º | 0.12% | 0.83% | - |
| XYZ | 54.69 | 60.3 | 71.04 | - |
| YUV | 201.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 208 | 212 | 0.12 | 0.02 | 0 | 0.17 | 189.23 | 0.23 | 0.78 |
| Hex | BA | D0 | D4 | C | 2 | 0 | 11 | BD | 17 | 4E |
| Octal | 272 | 320 | 324 | 14 | 2 | 0 | 21 | 275 | 27 | 116 |
| Binary | 10111010 | 11010000 | 11010100 | 1100 | 10 | 0 | 10001 | 10111101 | 10111 | 1001110 |
Color Harmonies of #BAD0D4
Complementary color
Monochromatic Colors of #BAD0D4
Black with #BAD0D4
Text Example
Text Example
White with #BAD0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD0D4; }
p { color: rgb(186,208,212); }
H1.HeaderClassName
{
color: #BAD0D4;
}
.AnyTagClassName
{
color: #BAD0D4;
}
</style>
background-color css
<style>
a { background-color: #BAD0D4; }
a { background-color: rgb(186,208,212); }
div.DivClassName
{
background-color: #BAD0D4;
}
.BgClassName
{
background-color: #BAD0D4;
}
</style>
border-color css
<style>
span { border-color: #BAD0D4; }
span { border-color: rgb(186,208,212); }
td.TdClassName
{
border-color: #BAD0D4;
}
.TagClassName
{
border-color: #BAD0D4;
}
</style>