Shades of Heather #A6BECE
Tints of Heather #A6BECE
RGB
CMYK
RGB Variations
Color information
#A6BECE (or 0xA6BECE) is known color: Heather. HEX triplet: A6, BE and CE. RGB value is (166,190,206). Sum of RGB (Red+Green+Blue) = 166+190+206=562 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.54% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 206 - color contains mainly: blue. Hex color #A6BECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BECE is #594131. Grayscale: #B8B8B8. Windows color (decimal): -5849394 or 13549222. OLE color: 13549222.
HSL color Cylindrical-coordinate representation of color #A6BECE: hue angle of 204º 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 #A6BECE is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 190 | 206 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.19 |
| HSL | 204º | 0.29% | 0.73% | - |
| HSV(B) | 204º | 0.19% | 0.81% | - |
| XYZ | 45.28 | 49.39 | 65.54 | - |
| YUV | 184.65 | 140.05 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 190 | 206 | 0.19 | 0.08 | 0 | 0.19 | 204 | 0.29 | 0.73 |
| Hex | A6 | BE | CE | 13 | 8 | 0 | 13 | CC | 1D | 49 |
| Octal | 246 | 276 | 316 | 23 | 10 | 0 | 23 | 314 | 35 | 111 |
| Binary | 10100110 | 10111110 | 11001110 | 10011 | 1000 | 0 | 10011 | 11001100 | 11101 | 1001001 |
Color Harmonies of #A6BECE
Complementary color
Monochromatic Colors of #A6BECE
Black with #A6BECE
Text Example
Text Example
White with #A6BECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BECE; }
p { color: rgb(166,190,206); }
H1.HeaderClassName
{
color: #A6BECE;
}
.AnyTagClassName
{
color: #A6BECE;
}
</style>
background-color css
<style>
a { background-color: #A6BECE; }
a { background-color: rgb(166,190,206); }
div.DivClassName
{
background-color: #A6BECE;
}
.BgClassName
{
background-color: #A6BECE;
}
</style>
border-color css
<style>
span { border-color: #A6BECE; }
span { border-color: rgb(166,190,206); }
td.TdClassName
{
border-color: #A6BECE;
}
.TagClassName
{
border-color: #A6BECE;
}
</style>