Shades of Iron #BAD0CF
Tints of Iron #BAD0CF
RGB
CMYK
RGB Variations
Color information
#BAD0CF (or 0xBAD0CF) is known color: Iron. HEX triplet: BA, D0 and CF. RGB value is (186,208,207). Sum of RGB (Red+Green+Blue) = 186+208+207=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD0CF is #452F30. Grayscale: #C9C9C9. Windows color (decimal): -4534065 or 13619386. OLE color: 13619386.
HSL color Cylindrical-coordinate representation of color #BAD0CF: hue angle of 177.27º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAD0CF is Cyan = 0.11, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 208 | 207 | - |
| CMYK | 0.11 | 0 | 0.00 | 0.18 |
| HSL | 177.27º | 0.19% | 0.77% | - |
| HSV(B) | 177.27º | 0.11% | 0.82% | - |
| XYZ | 54.07 | 60.06 | 67.77 | - |
| YUV | 201.31 | 131.21 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 208 | 207 | 0.11 | 0 | 0.00 | 0.18 | 177.27 | 0.19 | 0.77 |
| Hex | BA | D0 | CF | B | 0 | 0 | 12 | B1 | 13 | 4D |
| Octal | 272 | 320 | 317 | 13 | 0 | 0 | 22 | 261 | 23 | 115 |
| Binary | 10111010 | 11010000 | 11001111 | 1011 | 0 | 0 | 10010 | 10110001 | 10011 | 1001101 |
Color Harmonies of #BAD0CF
Complementary color
Monochromatic Colors of #BAD0CF
Black with #BAD0CF
Text Example
Text Example
White with #BAD0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD0CF; }
p { color: rgb(186,208,207); }
H1.HeaderClassName
{
color: #BAD0CF;
}
.AnyTagClassName
{
color: #BAD0CF;
}
</style>
background-color css
<style>
a { background-color: #BAD0CF; }
a { background-color: rgb(186,208,207); }
div.DivClassName
{
background-color: #BAD0CF;
}
.BgClassName
{
background-color: #BAD0CF;
}
</style>
border-color css
<style>
span { border-color: #BAD0CF; }
span { border-color: rgb(186,208,207); }
td.TdClassName
{
border-color: #BAD0CF;
}
.TagClassName
{
border-color: #BAD0CF;
}
</style>