Shades of Heather #A0BDCE
Tints of Heather #A0BDCE
RGB
CMYK
RGB Variations
Color information
#A0BDCE (or 0xA0BDCE) is known color: Heather. HEX triplet: A0, BD and CE. RGB value is (160,189,206). Sum of RGB (Red+Green+Blue) = 160+189+206=555 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.83% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 206 - color contains mainly: blue. Hex color #A0BDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BDCE is #5F4231. Grayscale: #B6B6B6. Windows color (decimal): -6242866 or 13548960. OLE color: 13548960.
HSL color Cylindrical-coordinate representation of color #A0BDCE: hue angle of 202.17º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0BDCE is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 189 | 206 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.19 |
| HSL | 202.17º | 0.32% | 0.72% | - |
| HSV(B) | 202.17º | 0.22% | 0.81% | - |
| XYZ | 43.84 | 48.33 | 65.41 | - |
| YUV | 182.27 | 141.39 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 189 | 206 | 0.22 | 0.08 | 0 | 0.19 | 202.17 | 0.32 | 0.72 |
| Hex | A0 | BD | CE | 16 | 8 | 0 | 13 | CA | 20 | 48 |
| Octal | 240 | 275 | 316 | 26 | 10 | 0 | 23 | 312 | 40 | 110 |
| Binary | 10100000 | 10111101 | 11001110 | 10110 | 1000 | 0 | 10011 | 11001010 | 100000 | 1001000 |
Color Harmonies of #A0BDCE
Complementary color
Monochromatic Colors of #A0BDCE
Black with #A0BDCE
Text Example
Text Example
White with #A0BDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BDCE; }
p { color: rgb(160,189,206); }
H1.HeaderClassName
{
color: #A0BDCE;
}
.AnyTagClassName
{
color: #A0BDCE;
}
</style>
background-color css
<style>
a { background-color: #A0BDCE; }
a { background-color: rgb(160,189,206); }
div.DivClassName
{
background-color: #A0BDCE;
}
.BgClassName
{
background-color: #A0BDCE;
}
</style>
border-color css
<style>
span { border-color: #A0BDCE; }
span { border-color: rgb(160,189,206); }
td.TdClassName
{
border-color: #A0BDCE;
}
.TagClassName
{
border-color: #A0BDCE;
}
</style>