Shades of Heather #A6BEC6
Tints of Heather #A6BEC6
RGB
CMYK
RGB Variations
Color information
#A6BEC6 (or 0xA6BEC6) is known color: Heather. HEX triplet: A6, BE and C6. RGB value is (166,190,198). Sum of RGB (Red+Green+Blue) = 166+190+198=554 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.96% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 198 (77.73% from 255 or 35.74% from 554); Max value from RGB is 198 - color contains mainly: blue. Hex color #A6BEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BEC6 is #594139. Grayscale: #B7B7B7. Windows color (decimal): -5849402 or 13024934. OLE color: 13024934.
HSL color Cylindrical-coordinate representation of color #A6BEC6: hue angle of 195º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A6BEC6 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 190 | 198 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.22 |
| HSL | 195º | 0.22% | 0.71% | - |
| HSV(B) | 195º | 0.16% | 0.78% | - |
| XYZ | 44.33 | 49.01 | 60.55 | - |
| YUV | 183.74 | 136.05 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 190 | 198 | 0.16 | 0.04 | 0 | 0.22 | 195 | 0.22 | 0.71 |
| Hex | A6 | BE | C6 | 10 | 4 | 0 | 16 | C3 | 16 | 47 |
| Octal | 246 | 276 | 306 | 20 | 4 | 0 | 26 | 303 | 26 | 107 |
| Binary | 10100110 | 10111110 | 11000110 | 10000 | 100 | 0 | 10110 | 11000011 | 10110 | 1000111 |
Color Harmonies of #A6BEC6
Complementary color
Monochromatic Colors of #A6BEC6
Black with #A6BEC6
Text Example
Text Example
White with #A6BEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BEC6; }
p { color: rgb(166,190,198); }
H1.HeaderClassName
{
color: #A6BEC6;
}
.AnyTagClassName
{
color: #A6BEC6;
}
</style>
background-color css
<style>
a { background-color: #A6BEC6; }
a { background-color: rgb(166,190,198); }
div.DivClassName
{
background-color: #A6BEC6;
}
.BgClassName
{
background-color: #A6BEC6;
}
</style>
border-color css
<style>
span { border-color: #A6BEC6; }
span { border-color: rgb(166,190,198); }
td.TdClassName
{
border-color: #A6BEC6;
}
.TagClassName
{
border-color: #A6BEC6;
}
</style>