Shades of Heather #A6BCC8
Tints of Heather #A6BCC8
RGB
CMYK
RGB Variations
Color information
#A6BCC8 (or 0xA6BCC8) is known color: Heather. HEX triplet: A6, BC and C8. RGB value is (166,188,200). Sum of RGB (Red+Green+Blue) = 166+188+200=554 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.96% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 200 (78.52% from 255 or 36.10% from 554); Max value from RGB is 200 - color contains mainly: blue. Hex color #A6BCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BCC8 is #594337. Grayscale: #B6B6B6. Windows color (decimal): -5849912 or 13155494. OLE color: 13155494.
HSL color Cylindrical-coordinate representation of color #A6BCC8: hue angle of 201.18º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6BCC8 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 188 | 200 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.22 |
| HSL | 201.18º | 0.24% | 0.72% | - |
| HSV(B) | 201.18º | 0.17% | 0.78% | - |
| XYZ | 44.13 | 48.24 | 61.63 | - |
| YUV | 182.79 | 137.71 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 188 | 200 | 0.17 | 0.06 | 0 | 0.22 | 201.18 | 0.24 | 0.72 |
| Hex | A6 | BC | C8 | 11 | 6 | 0 | 16 | C9 | 18 | 48 |
| Octal | 246 | 274 | 310 | 21 | 6 | 0 | 26 | 311 | 30 | 110 |
| Binary | 10100110 | 10111100 | 11001000 | 10001 | 110 | 0 | 10110 | 11001001 | 11000 | 1001000 |
Color Harmonies of #A6BCC8
Complementary color
Monochromatic Colors of #A6BCC8
Black with #A6BCC8
Text Example
Text Example
White with #A6BCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BCC8; }
p { color: rgb(166,188,200); }
H1.HeaderClassName
{
color: #A6BCC8;
}
.AnyTagClassName
{
color: #A6BCC8;
}
</style>
background-color css
<style>
a { background-color: #A6BCC8; }
a { background-color: rgb(166,188,200); }
div.DivClassName
{
background-color: #A6BCC8;
}
.BgClassName
{
background-color: #A6BCC8;
}
</style>
border-color css
<style>
span { border-color: #A6BCC8; }
span { border-color: rgb(166,188,200); }
td.TdClassName
{
border-color: #A6BCC8;
}
.TagClassName
{
border-color: #A6BCC8;
}
</style>