Shades of Heather #A1BAC5
Tints of Heather #A1BAC5
RGB
CMYK
RGB Variations
Color information
#A1BAC5 (or 0xA1BAC5) is known color: Heather. HEX triplet: A1, BA and C5. RGB value is (161,186,197). Sum of RGB (Red+Green+Blue) = 161+186+197=544 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.60% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 197 (77.34% from 255 or 36.21% from 544); Max value from RGB is 197 - color contains mainly: blue. Hex color #A1BAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BAC5 is #5E453A. Grayscale: #B3B3B3. Windows color (decimal): -6178107 or 12958369. OLE color: 12958369.
HSL color Cylindrical-coordinate representation of color #A1BAC5: hue angle of 198.33º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A1BAC5 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 186 | 197 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.23 |
| HSL | 198.33º | 0.24% | 0.7% | - |
| HSV(B) | 198.33º | 0.18% | 0.77% | - |
| XYZ | 42.33 | 46.73 | 59.61 | - |
| YUV | 179.78 | 137.72 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 197 | 0.18 | 0.06 | 0 | 0.23 | 198.33 | 0.24 | 0.7 |
| Hex | A1 | BA | C5 | 12 | 6 | 0 | 17 | C6 | 18 | 46 |
| Octal | 241 | 272 | 305 | 22 | 6 | 0 | 27 | 306 | 30 | 106 |
| Binary | 10100001 | 10111010 | 11000101 | 10010 | 110 | 0 | 10111 | 11000110 | 11000 | 1000110 |
Color Harmonies of #A1BAC5
Complementary color
Monochromatic Colors of #A1BAC5
Black with #A1BAC5
Text Example
Text Example
White with #A1BAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BAC5; }
p { color: rgb(161,186,197); }
H1.HeaderClassName
{
color: #A1BAC5;
}
.AnyTagClassName
{
color: #A1BAC5;
}
</style>
background-color css
<style>
a { background-color: #A1BAC5; }
a { background-color: rgb(161,186,197); }
div.DivClassName
{
background-color: #A1BAC5;
}
.BgClassName
{
background-color: #A1BAC5;
}
</style>
border-color css
<style>
span { border-color: #A1BAC5; }
span { border-color: rgb(161,186,197); }
td.TdClassName
{
border-color: #A1BAC5;
}
.TagClassName
{
border-color: #A1BAC5;
}
</style>