Shades of Iron #BACFD1
Tints of Iron #BACFD1
RGB
CMYK
RGB Variations
Color information
#BACFD1 (or 0xBACFD1) is known color: Iron. HEX triplet: BA, CF and D1. RGB value is (186,207,209). Sum of RGB (Red+Green+Blue) = 186+207+209=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 209 (82.03% from 255 or 34.72% from 602); Max value from RGB is 209 - color contains mainly: blue. Hex color #BACFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACFD1 is #45302E. Grayscale: #C8C8C8. Windows color (decimal): -4534319 or 13750202. OLE color: 13750202.
HSL color Cylindrical-coordinate representation of color #BACFD1: hue angle of 185.22º degrees, saturation: 0.2, 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 #BACFD1 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 207 | 209 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.18 |
| HSL | 185.22º | 0.2% | 0.77% | - |
| HSV(B) | 185.22º | 0.11% | 0.82% | - |
| XYZ | 54.07 | 59.67 | 68.99 | - |
| YUV | 200.95 | 132.54 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 209 | 0.11 | 0.01 | 0 | 0.18 | 185.22 | 0.2 | 0.77 |
| Hex | BA | CF | D1 | B | 1 | 0 | 12 | B9 | 14 | 4D |
| Octal | 272 | 317 | 321 | 13 | 1 | 0 | 22 | 271 | 24 | 115 |
| Binary | 10111010 | 11001111 | 11010001 | 1011 | 1 | 0 | 10010 | 10111001 | 10100 | 1001101 |
Color Harmonies of #BACFD1
Complementary color
Monochromatic Colors of #BACFD1
Black with #BACFD1
Text Example
Text Example
White with #BACFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACFD1; }
p { color: rgb(186,207,209); }
H1.HeaderClassName
{
color: #BACFD1;
}
.AnyTagClassName
{
color: #BACFD1;
}
</style>
background-color css
<style>
a { background-color: #BACFD1; }
a { background-color: rgb(186,207,209); }
div.DivClassName
{
background-color: #BACFD1;
}
.BgClassName
{
background-color: #BACFD1;
}
</style>
border-color css
<style>
span { border-color: #BACFD1; }
span { border-color: rgb(186,207,209); }
td.TdClassName
{
border-color: #BACFD1;
}
.TagClassName
{
border-color: #BACFD1;
}
</style>