Shades of Heather #A0BCCF
Tints of Heather #A0BCCF
RGB
CMYK
RGB Variations
Color information
#A0BCCF (or 0xA0BCCF) is known color: Heather. HEX triplet: A0, BC and CF. RGB value is (160,188,207). Sum of RGB (Red+Green+Blue) = 160+188+207=555 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.83% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 207 - color contains mainly: blue. Hex color #A0BCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BCCF is #5F4330. Grayscale: #B5B5B5. Windows color (decimal): -6243121 or 13614240. OLE color: 13614240.
HSL color Cylindrical-coordinate representation of color #A0BCCF: hue angle of 204.26º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0BCCF is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 188 | 207 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.19 |
| HSL | 204.26º | 0.33% | 0.72% | - |
| HSV(B) | 204.26º | 0.23% | 0.81% | - |
| XYZ | 43.74 | 47.95 | 65.98 | - |
| YUV | 181.79 | 142.22 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 207 | 0.23 | 0.09 | 0 | 0.19 | 204.26 | 0.33 | 0.72 |
| Hex | A0 | BC | CF | 17 | 9 | 0 | 13 | CC | 21 | 48 |
| Octal | 240 | 274 | 317 | 27 | 11 | 0 | 23 | 314 | 41 | 110 |
| Binary | 10100000 | 10111100 | 11001111 | 10111 | 1001 | 0 | 10011 | 11001100 | 100001 | 1001000 |
Color Harmonies of #A0BCCF
Complementary color
Monochromatic Colors of #A0BCCF
Black with #A0BCCF
Text Example
Text Example
White with #A0BCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BCCF; }
p { color: rgb(160,188,207); }
H1.HeaderClassName
{
color: #A0BCCF;
}
.AnyTagClassName
{
color: #A0BCCF;
}
</style>
background-color css
<style>
a { background-color: #A0BCCF; }
a { background-color: rgb(160,188,207); }
div.DivClassName
{
background-color: #A0BCCF;
}
.BgClassName
{
background-color: #A0BCCF;
}
</style>
border-color css
<style>
span { border-color: #A0BCCF; }
span { border-color: rgb(160,188,207); }
td.TdClassName
{
border-color: #A0BCCF;
}
.TagClassName
{
border-color: #A0BCCF;
}
</style>