Shades of Heather #A6BFC9
Tints of Heather #A6BFC9
RGB
CMYK
RGB Variations
Color information
#A6BFC9 (or 0xA6BFC9) is known color: Heather. HEX triplet: A6, BF and C9. RGB value is (166,191,201). Sum of RGB (Red+Green+Blue) = 166+191+201=558 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.75% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 201 (78.91% from 255 or 36.02% from 558); Max value from RGB is 201 - color contains mainly: blue. Hex color #A6BFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BFC9 is #594036. Grayscale: #B8B8B8. Windows color (decimal): -5849143 or 13221798. OLE color: 13221798.
HSL color Cylindrical-coordinate representation of color #A6BFC9: hue angle of 197.14º 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 #A6BFC9 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 191 | 201 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.21 |
| HSL | 197.14º | 0.24% | 0.72% | - |
| HSV(B) | 197.14º | 0.17% | 0.79% | - |
| XYZ | 44.9 | 49.59 | 62.46 | - |
| YUV | 184.67 | 137.22 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 191 | 201 | 0.17 | 0.05 | 0 | 0.21 | 197.14 | 0.24 | 0.72 |
| Hex | A6 | BF | C9 | 11 | 5 | 0 | 15 | C5 | 18 | 48 |
| Octal | 246 | 277 | 311 | 21 | 5 | 0 | 25 | 305 | 30 | 110 |
| Binary | 10100110 | 10111111 | 11001001 | 10001 | 101 | 0 | 10101 | 11000101 | 11000 | 1001000 |
Color Harmonies of #A6BFC9
Complementary color
Monochromatic Colors of #A6BFC9
Black with #A6BFC9
Text Example
Text Example
White with #A6BFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BFC9; }
p { color: rgb(166,191,201); }
H1.HeaderClassName
{
color: #A6BFC9;
}
.AnyTagClassName
{
color: #A6BFC9;
}
</style>
background-color css
<style>
a { background-color: #A6BFC9; }
a { background-color: rgb(166,191,201); }
div.DivClassName
{
background-color: #A6BFC9;
}
.BgClassName
{
background-color: #A6BFC9;
}
</style>
border-color css
<style>
span { border-color: #A6BFC9; }
span { border-color: rgb(166,191,201); }
td.TdClassName
{
border-color: #A6BFC9;
}
.TagClassName
{
border-color: #A6BFC9;
}
</style>