Shades of Heather #A6BFCE
Tints of Heather #A6BFCE
RGB
CMYK
RGB Variations
Color information
#A6BFCE (or 0xA6BFCE) is known color: Heather. HEX triplet: A6, BF and CE. RGB value is (166,191,206). Sum of RGB (Red+Green+Blue) = 166+191+206=563 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.48% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 206 - color contains mainly: blue. Hex color #A6BFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BFCE is #594031. Grayscale: #B9B9B9. Windows color (decimal): -5849138 or 13549478. OLE color: 13549478.
HSL color Cylindrical-coordinate representation of color #A6BFCE: hue angle of 202.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6BFCE is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 191 | 206 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.19 |
| HSL | 202.5º | 0.29% | 0.73% | - |
| HSV(B) | 202.5º | 0.19% | 0.81% | - |
| XYZ | 45.5 | 49.82 | 65.61 | - |
| YUV | 185.24 | 139.72 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 191 | 206 | 0.19 | 0.07 | 0 | 0.19 | 202.5 | 0.29 | 0.73 |
| Hex | A6 | BF | CE | 13 | 7 | 0 | 13 | CA | 1D | 49 |
| Octal | 246 | 277 | 316 | 23 | 7 | 0 | 23 | 312 | 35 | 111 |
| Binary | 10100110 | 10111111 | 11001110 | 10011 | 111 | 0 | 10011 | 11001010 | 11101 | 1001001 |
Color Harmonies of #A6BFCE
Complementary color
Monochromatic Colors of #A6BFCE
Black with #A6BFCE
Text Example
Text Example
White with #A6BFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BFCE; }
p { color: rgb(166,191,206); }
H1.HeaderClassName
{
color: #A6BFCE;
}
.AnyTagClassName
{
color: #A6BFCE;
}
</style>
background-color css
<style>
a { background-color: #A6BFCE; }
a { background-color: rgb(166,191,206); }
div.DivClassName
{
background-color: #A6BFCE;
}
.BgClassName
{
background-color: #A6BFCE;
}
</style>
border-color css
<style>
span { border-color: #A6BFCE; }
span { border-color: rgb(166,191,206); }
td.TdClassName
{
border-color: #A6BFCE;
}
.TagClassName
{
border-color: #A6BFCE;
}
</style>