Shades of Heather #A0BCD0
Tints of Heather #A0BCD0
RGB
CMYK
RGB Variations
Color information
#A0BCD0 (or 0xA0BCD0) is known color: Heather. HEX triplet: A0, BC and D0. RGB value is (160,188,208). Sum of RGB (Red+Green+Blue) = 160+188+208=556 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.78% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 208 - color contains mainly: blue. Hex color #A0BCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BCD0 is #5F432F. Grayscale: #B5B5B5. Windows color (decimal): -6243120 or 13679776. OLE color: 13679776.
HSL color Cylindrical-coordinate representation of color #A0BCD0: hue angle of 205º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0BCD0 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 188 | 208 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.18 |
| HSL | 205º | 0.34% | 0.72% | - |
| HSV(B) | 205º | 0.23% | 0.82% | - |
| XYZ | 43.87 | 47.99 | 66.63 | - |
| YUV | 181.91 | 142.72 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 208 | 0.23 | 0.10 | 0 | 0.18 | 205 | 0.34 | 0.72 |
| Hex | A0 | BC | D0 | 17 | A | 0 | 12 | CD | 22 | 48 |
| Octal | 240 | 274 | 320 | 27 | 12 | 0 | 22 | 315 | 42 | 110 |
| Binary | 10100000 | 10111100 | 11010000 | 10111 | 1010 | 0 | 10010 | 11001101 | 100010 | 1001000 |
Color Harmonies of #A0BCD0
Complementary color
Monochromatic Colors of #A0BCD0
Black with #A0BCD0
Text Example
Text Example
White with #A0BCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BCD0; }
p { color: rgb(160,188,208); }
H1.HeaderClassName
{
color: #A0BCD0;
}
.AnyTagClassName
{
color: #A0BCD0;
}
</style>
background-color css
<style>
a { background-color: #A0BCD0; }
a { background-color: rgb(160,188,208); }
div.DivClassName
{
background-color: #A0BCD0;
}
.BgClassName
{
background-color: #A0BCD0;
}
</style>
border-color css
<style>
span { border-color: #A0BCD0; }
span { border-color: rgb(160,188,208); }
td.TdClassName
{
border-color: #A0BCD0;
}
.TagClassName
{
border-color: #A0BCD0;
}
</style>