Shades of Heather #A6BEC9
Tints of Heather #A6BEC9
RGB
CMYK
RGB Variations
Color information
#A6BEC9 (or 0xA6BEC9) is known color: Heather. HEX triplet: A6, BE and C9. RGB value is (166,190,201). Sum of RGB (Red+Green+Blue) = 166+190+201=557 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.80% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 201 (78.91% from 255 or 36.09% from 557); Max value from RGB is 201 - color contains mainly: blue. Hex color #A6BEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BEC9 is #594136. Grayscale: #B8B8B8. Windows color (decimal): -5849399 or 13221542. OLE color: 13221542.
HSL color Cylindrical-coordinate representation of color #A6BEC9: hue angle of 198.86º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6BEC9 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 190 | 201 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.21 |
| HSL | 198.86º | 0.24% | 0.72% | - |
| HSV(B) | 198.86º | 0.17% | 0.79% | - |
| XYZ | 44.68 | 49.15 | 62.39 | - |
| YUV | 184.08 | 137.55 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 190 | 201 | 0.17 | 0.05 | 0 | 0.21 | 198.86 | 0.24 | 0.72 |
| Hex | A6 | BE | C9 | 11 | 5 | 0 | 15 | C7 | 18 | 48 |
| Octal | 246 | 276 | 311 | 21 | 5 | 0 | 25 | 307 | 30 | 110 |
| Binary | 10100110 | 10111110 | 11001001 | 10001 | 101 | 0 | 10101 | 11000111 | 11000 | 1001000 |
Color Harmonies of #A6BEC9
Complementary color
Monochromatic Colors of #A6BEC9
Black with #A6BEC9
Text Example
Text Example
White with #A6BEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BEC9; }
p { color: rgb(166,190,201); }
H1.HeaderClassName
{
color: #A6BEC9;
}
.AnyTagClassName
{
color: #A6BEC9;
}
</style>
background-color css
<style>
a { background-color: #A6BEC9; }
a { background-color: rgb(166,190,201); }
div.DivClassName
{
background-color: #A6BEC9;
}
.BgClassName
{
background-color: #A6BEC9;
}
</style>
border-color css
<style>
span { border-color: #A6BEC9; }
span { border-color: rgb(166,190,201); }
td.TdClassName
{
border-color: #A6BEC9;
}
.TagClassName
{
border-color: #A6BEC9;
}
</style>