Shades of Heather #A0BCCD
Tints of Heather #A0BCCD
RGB
CMYK
RGB Variations
Color information
#A0BCCD (or 0xA0BCCD) is known color: Heather. HEX triplet: A0, BC and CD. RGB value is (160,188,205). Sum of RGB (Red+Green+Blue) = 160+188+205=553 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.93% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 205 - color contains mainly: blue. Hex color #A0BCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BCCD is #5F4332. Grayscale: #B5B5B5. Windows color (decimal): -6243123 or 13483168. OLE color: 13483168.
HSL color Cylindrical-coordinate representation of color #A0BCCD: hue angle of 202.67º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0BCCD is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 188 | 205 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.20 |
| HSL | 202.67º | 0.31% | 0.72% | - |
| HSV(B) | 202.67º | 0.22% | 0.8% | - |
| XYZ | 43.5 | 47.85 | 64.7 | - |
| YUV | 181.57 | 141.22 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 205 | 0.22 | 0.08 | 0 | 0.20 | 202.67 | 0.31 | 0.72 |
| Hex | A0 | BC | CD | 16 | 8 | 0 | 14 | CB | 1F | 48 |
| Octal | 240 | 274 | 315 | 26 | 10 | 0 | 24 | 313 | 37 | 110 |
| Binary | 10100000 | 10111100 | 11001101 | 10110 | 1000 | 0 | 10100 | 11001011 | 11111 | 1001000 |
Color Harmonies of #A0BCCD
Complementary color
Monochromatic Colors of #A0BCCD
Black with #A0BCCD
Text Example
Text Example
White with #A0BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BCCD; }
p { color: rgb(160,188,205); }
H1.HeaderClassName
{
color: #A0BCCD;
}
.AnyTagClassName
{
color: #A0BCCD;
}
</style>
background-color css
<style>
a { background-color: #A0BCCD; }
a { background-color: rgb(160,188,205); }
div.DivClassName
{
background-color: #A0BCCD;
}
.BgClassName
{
background-color: #A0BCCD;
}
</style>
border-color css
<style>
span { border-color: #A0BCCD; }
span { border-color: rgb(160,188,205); }
td.TdClassName
{
border-color: #A0BCCD;
}
.TagClassName
{
border-color: #A0BCCD;
}
</style>