Shades of Heather #BAC4C8
Tints of Heather #BAC4C8
RGB
CMYK
RGB Variations
Color information
#BAC4C8 (or 0xBAC4C8) is known color: Heather. HEX triplet: BA, C4 and C8. RGB value is (186,196,200). Sum of RGB (Red+Green+Blue) = 186+196+200=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 196 (76.95% from 255 or 33.68% from 582); Blue value is 200 (78.52% from 255 or 34.36% from 582); Max value from RGB is 200 - color contains mainly: blue. Hex color #BAC4C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4C8 is #453B37. Grayscale: #C1C1C1. Windows color (decimal): -4537144 or 13157562. OLE color: 13157562.
HSL color Cylindrical-coordinate representation of color #BAC4C8: hue angle of 197.14º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAC4C8 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 196 | 200 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.22 |
| HSL | 197.14º | 0.11% | 0.76% | - |
| HSV(B) | 197.14º | 0.07% | 0.78% | - |
| XYZ | 50.41 | 54.09 | 62.43 | - |
| YUV | 193.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 200 | 0.07 | 0.02 | 0 | 0.22 | 197.14 | 0.11 | 0.76 |
| Hex | BA | C4 | C8 | 7 | 2 | 0 | 16 | C5 | B | 4C |
| Octal | 272 | 304 | 310 | 7 | 2 | 0 | 26 | 305 | 13 | 114 |
| Binary | 10111010 | 11000100 | 11001000 | 111 | 10 | 0 | 10110 | 11000101 | 1011 | 1001100 |
Color Harmonies of #BAC4C8
Complementary color
Monochromatic Colors of #BAC4C8
Black with #BAC4C8
Text Example
Text Example
White with #BAC4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC4C8; }
p { color: rgb(186,196,200); }
H1.HeaderClassName
{
color: #BAC4C8;
}
.AnyTagClassName
{
color: #BAC4C8;
}
</style>
background-color css
<style>
a { background-color: #BAC4C8; }
a { background-color: rgb(186,196,200); }
div.DivClassName
{
background-color: #BAC4C8;
}
.BgClassName
{
background-color: #BAC4C8;
}
</style>
border-color css
<style>
span { border-color: #BAC4C8; }
span { border-color: rgb(186,196,200); }
td.TdClassName
{
border-color: #BAC4C8;
}
.TagClassName
{
border-color: #BAC4C8;
}
</style>