Shades of Heather #A4BAC6
Tints of Heather #A4BAC6
RGB
CMYK
RGB Variations
Color information
#A4BAC6 (or 0xA4BAC6) is known color: Heather. HEX triplet: A4, BA and C6. RGB value is (164,186,198). Sum of RGB (Red+Green+Blue) = 164+186+198=548 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.93% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 198 - color contains mainly: blue. Hex color #A4BAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BAC6 is #5B4539. Grayscale: #B4B4B4. Windows color (decimal): -5981498 or 13023908. OLE color: 13023908.
HSL color Cylindrical-coordinate representation of color #A4BAC6: hue angle of 201.18º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A4BAC6 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 186 | 198 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.22 |
| HSL | 201.18º | 0.23% | 0.71% | - |
| HSV(B) | 201.18º | 0.17% | 0.78% | - |
| XYZ | 43.06 | 47.09 | 60.25 | - |
| YUV | 180.79 | 137.71 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 186 | 198 | 0.17 | 0.06 | 0 | 0.22 | 201.18 | 0.23 | 0.71 |
| Hex | A4 | BA | C6 | 11 | 6 | 0 | 16 | C9 | 17 | 47 |
| Octal | 244 | 272 | 306 | 21 | 6 | 0 | 26 | 311 | 27 | 107 |
| Binary | 10100100 | 10111010 | 11000110 | 10001 | 110 | 0 | 10110 | 11001001 | 10111 | 1000111 |
Color Harmonies of #A4BAC6
Complementary color
Monochromatic Colors of #A4BAC6
Black with #A4BAC6
Text Example
Text Example
White with #A4BAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BAC6; }
p { color: rgb(164,186,198); }
H1.HeaderClassName
{
color: #A4BAC6;
}
.AnyTagClassName
{
color: #A4BAC6;
}
</style>
background-color css
<style>
a { background-color: #A4BAC6; }
a { background-color: rgb(164,186,198); }
div.DivClassName
{
background-color: #A4BAC6;
}
.BgClassName
{
background-color: #A4BAC6;
}
</style>
border-color css
<style>
span { border-color: #A4BAC6; }
span { border-color: rgb(164,186,198); }
td.TdClassName
{
border-color: #A4BAC6;
}
.TagClassName
{
border-color: #A4BAC6;
}
</style>