Shades of Heather #BAC2C7
Tints of Heather #BAC2C7
RGB
CMYK
RGB Variations
Color information
#BAC2C7 (or 0xBAC2C7) is known color: Heather. HEX triplet: BA, C2 and C7. RGB value is (186,194,199). Sum of RGB (Red+Green+Blue) = 186+194+199=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 194 (76.17% from 255 or 33.51% from 579); Blue value is 199 (78.12% from 255 or 34.37% from 579); Max value from RGB is 199 - color contains mainly: blue. Hex color #BAC2C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC2C7 is #453D38. Grayscale: #C0C0C0. Windows color (decimal): -4537657 or 13091514. OLE color: 13091514.
HSL color Cylindrical-coordinate representation of color #BAC2C7: hue angle of 203.08º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAC2C7 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 194 | 199 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.22 |
| HSL | 203.08º | 0.1% | 0.75% | - |
| HSV(B) | 203.08º | 0.07% | 0.78% | - |
| XYZ | 49.85 | 53.15 | 61.66 | - |
| YUV | 192.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 199 | 0.07 | 0.03 | 0 | 0.22 | 203.08 | 0.1 | 0.75 |
| Hex | BA | C2 | C7 | 7 | 3 | 0 | 16 | CB | A | 4B |
| Octal | 272 | 302 | 307 | 7 | 3 | 0 | 26 | 313 | 12 | 113 |
| Binary | 10111010 | 11000010 | 11000111 | 111 | 11 | 0 | 10110 | 11001011 | 1010 | 1001011 |
Color Harmonies of #BAC2C7
Complementary color
Monochromatic Colors of #BAC2C7
Black with #BAC2C7
Text Example
Text Example
White with #BAC2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC2C7; }
p { color: rgb(186,194,199); }
H1.HeaderClassName
{
color: #BAC2C7;
}
.AnyTagClassName
{
color: #BAC2C7;
}
</style>
background-color css
<style>
a { background-color: #BAC2C7; }
a { background-color: rgb(186,194,199); }
div.DivClassName
{
background-color: #BAC2C7;
}
.BgClassName
{
background-color: #BAC2C7;
}
</style>
border-color css
<style>
span { border-color: #BAC2C7; }
span { border-color: rgb(186,194,199); }
td.TdClassName
{
border-color: #BAC2C7;
}
.TagClassName
{
border-color: #BAC2C7;
}
</style>