Shades of Heather #A0BCC8
Tints of Heather #A0BCC8
RGB
CMYK
RGB Variations
Color information
#A0BCC8 (or 0xA0BCC8) is known color: Heather. HEX triplet: A0, BC and C8. RGB value is (160,188,200). Sum of RGB (Red+Green+Blue) = 160+188+200=548 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.20% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 200 (78.52% from 255 or 36.50% from 548); Max value from RGB is 200 - color contains mainly: blue. Hex color #A0BCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BCC8 is #5F4337. Grayscale: #B4B4B4. Windows color (decimal): -6243128 or 13155488. OLE color: 13155488.
HSL color Cylindrical-coordinate representation of color #A0BCC8: hue angle of 198º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A0BCC8 is Cyan = 0.2, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 188 | 200 | - |
| CMYK | 0.2 | 0.06 | 0 | 0.22 |
| HSL | 198º | 0.27% | 0.71% | - |
| HSV(B) | 198º | 0.2% | 0.78% | - |
| XYZ | 42.91 | 47.61 | 61.57 | - |
| YUV | 181 | 138.72 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 200 | 0.2 | 0.06 | 0 | 0.22 | 198 | 0.27 | 0.71 |
| Hex | A0 | BC | C8 | 14 | 6 | 0 | 16 | C6 | 1B | 47 |
| Octal | 240 | 274 | 310 | 24 | 6 | 0 | 26 | 306 | 33 | 107 |
| Binary | 10100000 | 10111100 | 11001000 | 10100 | 110 | 0 | 10110 | 11000110 | 11011 | 1000111 |
Color Harmonies of #A0BCC8
Complementary color
Monochromatic Colors of #A0BCC8
Black with #A0BCC8
Text Example
Text Example
White with #A0BCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BCC8; }
p { color: rgb(160,188,200); }
H1.HeaderClassName
{
color: #A0BCC8;
}
.AnyTagClassName
{
color: #A0BCC8;
}
</style>
background-color css
<style>
a { background-color: #A0BCC8; }
a { background-color: rgb(160,188,200); }
div.DivClassName
{
background-color: #A0BCC8;
}
.BgClassName
{
background-color: #A0BCC8;
}
</style>
border-color css
<style>
span { border-color: #A0BCC8; }
span { border-color: rgb(160,188,200); }
td.TdClassName
{
border-color: #A0BCC8;
}
.TagClassName
{
border-color: #A0BCC8;
}
</style>