Shades of Heather #A0BCCA
Tints of Heather #A0BCCA
RGB
CMYK
RGB Variations
Color information
#A0BCCA (or 0xA0BCCA) is known color: Heather. HEX triplet: A0, BC and CA. RGB value is (160,188,202). Sum of RGB (Red+Green+Blue) = 160+188+202=550 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.09% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 202 - color contains mainly: blue. Hex color #A0BCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BCCA is #5F4335. Grayscale: #B5B5B5. Windows color (decimal): -6243126 or 13286560. OLE color: 13286560.
HSL color Cylindrical-coordinate representation of color #A0BCCA: hue angle of 200º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0BCCA is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 188 | 202 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.21 |
| HSL | 200º | 0.28% | 0.71% | - |
| HSV(B) | 200º | 0.21% | 0.79% | - |
| XYZ | 43.14 | 47.7 | 62.81 | - |
| YUV | 181.22 | 139.72 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 202 | 0.21 | 0.07 | 0 | 0.21 | 200 | 0.28 | 0.71 |
| Hex | A0 | BC | CA | 15 | 7 | 0 | 15 | C8 | 1C | 47 |
| Octal | 240 | 274 | 312 | 25 | 7 | 0 | 25 | 310 | 34 | 107 |
| Binary | 10100000 | 10111100 | 11001010 | 10101 | 111 | 0 | 10101 | 11001000 | 11100 | 1000111 |
Color Harmonies of #A0BCCA
Complementary color
Monochromatic Colors of #A0BCCA
Black with #A0BCCA
Text Example
Text Example
White with #A0BCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BCCA; }
p { color: rgb(160,188,202); }
H1.HeaderClassName
{
color: #A0BCCA;
}
.AnyTagClassName
{
color: #A0BCCA;
}
</style>
background-color css
<style>
a { background-color: #A0BCCA; }
a { background-color: rgb(160,188,202); }
div.DivClassName
{
background-color: #A0BCCA;
}
.BgClassName
{
background-color: #A0BCCA;
}
</style>
border-color css
<style>
span { border-color: #A0BCCA; }
span { border-color: rgb(160,188,202); }
td.TdClassName
{
border-color: #A0BCCA;
}
.TagClassName
{
border-color: #A0BCCA;
}
</style>