Shades of Heather #BAC0C5
Tints of Heather #BAC0C5
RGB
CMYK
RGB Variations
Color information
#BAC0C5 (or 0xBAC0C5) is known color: Heather. HEX triplet: BA, C0 and C5. RGB value is (186,192,197). Sum of RGB (Red+Green+Blue) = 186+192+197=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 192 (75.39% from 255 or 33.39% from 575); Blue value is 197 (77.34% from 255 or 34.26% from 575); Max value from RGB is 197 - color contains mainly: blue. Hex color #BAC0C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC0C5 is #453F3A. Grayscale: #BEBEBE. Windows color (decimal): -4538171 or 12959930. OLE color: 12959930.
HSL color Cylindrical-coordinate representation of color #BAC0C5: hue angle of 207.27º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BAC0C5 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 192 | 197 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.23 |
| HSL | 207.27º | 0.09% | 0.75% | - |
| HSV(B) | 207.27º | 0.06% | 0.77% | - |
| XYZ | 49.18 | 52.17 | 60.3 | - |
| YUV | 190.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 197 | 0.06 | 0.03 | 0 | 0.23 | 207.27 | 0.09 | 0.75 |
| Hex | BA | C0 | C5 | 6 | 3 | 0 | 17 | CF | 9 | 4B |
| Octal | 272 | 300 | 305 | 6 | 3 | 0 | 27 | 317 | 11 | 113 |
| Binary | 10111010 | 11000000 | 11000101 | 110 | 11 | 0 | 10111 | 11001111 | 1001 | 1001011 |
Color Harmonies of #BAC0C5
Complementary color
Monochromatic Colors of #BAC0C5
Black with #BAC0C5
Text Example
Text Example
White with #BAC0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC0C5; }
p { color: rgb(186,192,197); }
H1.HeaderClassName
{
color: #BAC0C5;
}
.AnyTagClassName
{
color: #BAC0C5;
}
</style>
background-color css
<style>
a { background-color: #BAC0C5; }
a { background-color: rgb(186,192,197); }
div.DivClassName
{
background-color: #BAC0C5;
}
.BgClassName
{
background-color: #BAC0C5;
}
</style>
border-color css
<style>
span { border-color: #BAC0C5; }
span { border-color: rgb(186,192,197); }
td.TdClassName
{
border-color: #BAC0C5;
}
.TagClassName
{
border-color: #BAC0C5;
}
</style>