Shades of Heather #A0BBC3
Tints of Heather #A0BBC3
RGB
CMYK
RGB Variations
Color information
#A0BBC3 (or 0xA0BBC3) is known color: Heather. HEX triplet: A0, BB and C3. RGB value is (160,187,195). Sum of RGB (Red+Green+Blue) = 160+187+195=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 195 (76.56% from 255 or 35.98% from 542); Max value from RGB is 195 - color contains mainly: blue. Hex color #A0BBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BBC3 is #5F443C. Grayscale: #B3B3B3. Windows color (decimal): -6243389 or 12827552. OLE color: 12827552.
HSL color Cylindrical-coordinate representation of color #A0BBC3: hue angle of 193.71º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0BBC3 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 187 | 195 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.24 |
| HSL | 193.71º | 0.23% | 0.7% | - |
| HSV(B) | 193.71º | 0.18% | 0.76% | - |
| XYZ | 42.12 | 46.95 | 58.47 | - |
| YUV | 179.84 | 136.55 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 187 | 195 | 0.18 | 0.04 | 0 | 0.24 | 193.71 | 0.23 | 0.7 |
| Hex | A0 | BB | C3 | 12 | 4 | 0 | 18 | C2 | 17 | 46 |
| Octal | 240 | 273 | 303 | 22 | 4 | 0 | 30 | 302 | 27 | 106 |
| Binary | 10100000 | 10111011 | 11000011 | 10010 | 100 | 0 | 11000 | 11000010 | 10111 | 1000110 |
Color Harmonies of #A0BBC3
Complementary color
Monochromatic Colors of #A0BBC3
Black with #A0BBC3
Text Example
Text Example
White with #A0BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BBC3; }
p { color: rgb(160,187,195); }
H1.HeaderClassName
{
color: #A0BBC3;
}
.AnyTagClassName
{
color: #A0BBC3;
}
</style>
background-color css
<style>
a { background-color: #A0BBC3; }
a { background-color: rgb(160,187,195); }
div.DivClassName
{
background-color: #A0BBC3;
}
.BgClassName
{
background-color: #A0BBC3;
}
</style>
border-color css
<style>
span { border-color: #A0BBC3; }
span { border-color: rgb(160,187,195); }
td.TdClassName
{
border-color: #A0BBC3;
}
.TagClassName
{
border-color: #A0BBC3;
}
</style>