Shades of Heather #A0BCC5
Tints of Heather #A0BCC5
RGB
CMYK
RGB Variations
Color information
#A0BCC5 (or 0xA0BCC5) is known color: Heather. HEX triplet: A0, BC and C5. RGB value is (160,188,197). Sum of RGB (Red+Green+Blue) = 160+188+197=545 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.36% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 197 - color contains mainly: blue. Hex color #A0BCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BCC5 is #5F433A. Grayscale: #B4B4B4. Windows color (decimal): -6243131 or 12958880. OLE color: 12958880.
HSL color Cylindrical-coordinate representation of color #A0BCC5: hue angle of 194.59º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A0BCC5 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 188 | 197 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.23 |
| HSL | 194.59º | 0.24% | 0.7% | - |
| HSV(B) | 194.59º | 0.19% | 0.77% | - |
| XYZ | 42.56 | 47.47 | 59.74 | - |
| YUV | 180.65 | 137.22 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 197 | 0.19 | 0.05 | 0 | 0.23 | 194.59 | 0.24 | 0.7 |
| Hex | A0 | BC | C5 | 13 | 5 | 0 | 17 | C3 | 18 | 46 |
| Octal | 240 | 274 | 305 | 23 | 5 | 0 | 27 | 303 | 30 | 106 |
| Binary | 10100000 | 10111100 | 11000101 | 10011 | 101 | 0 | 10111 | 11000011 | 11000 | 1000110 |
Color Harmonies of #A0BCC5
Complementary color
Monochromatic Colors of #A0BCC5
Black with #A0BCC5
Text Example
Text Example
White with #A0BCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BCC5; }
p { color: rgb(160,188,197); }
H1.HeaderClassName
{
color: #A0BCC5;
}
.AnyTagClassName
{
color: #A0BCC5;
}
</style>
background-color css
<style>
a { background-color: #A0BCC5; }
a { background-color: rgb(160,188,197); }
div.DivClassName
{
background-color: #A0BCC5;
}
.BgClassName
{
background-color: #A0BCC5;
}
</style>
border-color css
<style>
span { border-color: #A0BCC5; }
span { border-color: rgb(160,188,197); }
td.TdClassName
{
border-color: #A0BCC5;
}
.TagClassName
{
border-color: #A0BCC5;
}
</style>