Shades of Heather #A8BAC3
Tints of Heather #A8BAC3
RGB
CMYK
RGB Variations
Color information
#A8BAC3 (or 0xA8BAC3) is known color: Heather. HEX triplet: A8, BA and C3. RGB value is (168,186,195). Sum of RGB (Red+Green+Blue) = 168+186+195=549 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.60% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 195 (76.56% from 255 or 35.52% from 549); Max value from RGB is 195 - color contains mainly: blue. Hex color #A8BAC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BAC3 is #57453C. Grayscale: #B5B5B5. Windows color (decimal): -5719357 or 12827304. OLE color: 12827304.
HSL color Cylindrical-coordinate representation of color #A8BAC3: hue angle of 200º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A8BAC3 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 186 | 195 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.24 |
| HSL | 200º | 0.18% | 0.71% | - |
| HSV(B) | 200º | 0.14% | 0.76% | - |
| XYZ | 43.56 | 47.38 | 58.48 | - |
| YUV | 181.64 | 135.54 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 195 | 0.14 | 0.05 | 0 | 0.24 | 200 | 0.18 | 0.71 |
| Hex | A8 | BA | C3 | E | 5 | 0 | 18 | C8 | 12 | 47 |
| Octal | 250 | 272 | 303 | 16 | 5 | 0 | 30 | 310 | 22 | 107 |
| Binary | 10101000 | 10111010 | 11000011 | 1110 | 101 | 0 | 11000 | 11001000 | 10010 | 1000111 |
Color Harmonies of #A8BAC3
Complementary color
Monochromatic Colors of #A8BAC3
Black with #A8BAC3
Text Example
Text Example
White with #A8BAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BAC3; }
p { color: rgb(168,186,195); }
H1.HeaderClassName
{
color: #A8BAC3;
}
.AnyTagClassName
{
color: #A8BAC3;
}
</style>
background-color css
<style>
a { background-color: #A8BAC3; }
a { background-color: rgb(168,186,195); }
div.DivClassName
{
background-color: #A8BAC3;
}
.BgClassName
{
background-color: #A8BAC3;
}
</style>
border-color css
<style>
span { border-color: #A8BAC3; }
span { border-color: rgb(168,186,195); }
td.TdClassName
{
border-color: #A8BAC3;
}
.TagClassName
{
border-color: #A8BAC3;
}
</style>