Shades of Iron #BACFD0
Tints of Iron #BACFD0
RGB
CMYK
RGB Variations
Color information
#BACFD0 (or 0xBACFD0) is known color: Iron. HEX triplet: BA, CF and D0. RGB value is (186,207,208). Sum of RGB (Red+Green+Blue) = 186+207+208=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 208 - color contains mainly: blue. Hex color #BACFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACFD0 is #45302F. Grayscale: #C8C8C8. Windows color (decimal): -4534320 or 13684666. OLE color: 13684666.
HSL color Cylindrical-coordinate representation of color #BACFD0: hue angle of 182.73º 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 #BACFD0 is Cyan = 0.11, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 207 | 208 | - |
| CMYK | 0.11 | 0.00 | 0 | 0.18 |
| HSL | 182.73º | 0.19% | 0.77% | - |
| HSV(B) | 182.73º | 0.11% | 0.82% | - |
| XYZ | 53.95 | 59.62 | 68.34 | - |
| YUV | 200.84 | 132.04 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 208 | 0.11 | 0.00 | 0 | 0.18 | 182.73 | 0.19 | 0.77 |
| Hex | BA | CF | D0 | B | 0 | 0 | 12 | B7 | 13 | 4D |
| Octal | 272 | 317 | 320 | 13 | 0 | 0 | 22 | 267 | 23 | 115 |
| Binary | 10111010 | 11001111 | 11010000 | 1011 | 0 | 0 | 10010 | 10110111 | 10011 | 1001101 |
Color Harmonies of #BACFD0
Complementary color
Monochromatic Colors of #BACFD0
Black with #BACFD0
Text Example
Text Example
White with #BACFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACFD0; }
p { color: rgb(186,207,208); }
H1.HeaderClassName
{
color: #BACFD0;
}
.AnyTagClassName
{
color: #BACFD0;
}
</style>
background-color css
<style>
a { background-color: #BACFD0; }
a { background-color: rgb(186,207,208); }
div.DivClassName
{
background-color: #BACFD0;
}
.BgClassName
{
background-color: #BACFD0;
}
</style>
border-color css
<style>
span { border-color: #BACFD0; }
span { border-color: rgb(186,207,208); }
td.TdClassName
{
border-color: #BACFD0;
}
.TagClassName
{
border-color: #BACFD0;
}
</style>