Shades of Heather #A0BFC8
Tints of Heather #A0BFC8
RGB
CMYK
RGB Variations
Color information
#A0BFC8 (or 0xA0BFC8) is known color: Heather. HEX triplet: A0, BF and C8. RGB value is (160,191,200). Sum of RGB (Red+Green+Blue) = 160+191+200=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 200 (78.52% from 255 or 36.30% from 551); Max value from RGB is 200 - color contains mainly: blue. Hex color #A0BFC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BFC8 is #5F4037. Grayscale: #B6B6B6. Windows color (decimal): -6242360 or 13156256. OLE color: 13156256.
HSL color Cylindrical-coordinate representation of color #A0BFC8: hue angle of 193.5º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A0BFC8 is Cyan = 0.2, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 191 | 200 | - |
| CMYK | 0.2 | 0.04 | 0 | 0.22 |
| HSL | 193.5º | 0.27% | 0.71% | - |
| HSV(B) | 193.5º | 0.2% | 0.78% | - |
| XYZ | 43.55 | 48.91 | 61.79 | - |
| YUV | 182.76 | 137.73 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 191 | 200 | 0.2 | 0.04 | 0 | 0.22 | 193.5 | 0.27 | 0.71 |
| Hex | A0 | BF | C8 | 14 | 4 | 0 | 16 | C2 | 1B | 47 |
| Octal | 240 | 277 | 310 | 24 | 4 | 0 | 26 | 302 | 33 | 107 |
| Binary | 10100000 | 10111111 | 11001000 | 10100 | 100 | 0 | 10110 | 11000010 | 11011 | 1000111 |
Color Harmonies of #A0BFC8
Complementary color
Monochromatic Colors of #A0BFC8
Black with #A0BFC8
Text Example
Text Example
White with #A0BFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BFC8; }
p { color: rgb(160,191,200); }
H1.HeaderClassName
{
color: #A0BFC8;
}
.AnyTagClassName
{
color: #A0BFC8;
}
</style>
background-color css
<style>
a { background-color: #A0BFC8; }
a { background-color: rgb(160,191,200); }
div.DivClassName
{
background-color: #A0BFC8;
}
.BgClassName
{
background-color: #A0BFC8;
}
</style>
border-color css
<style>
span { border-color: #A0BFC8; }
span { border-color: rgb(160,191,200); }
td.TdClassName
{
border-color: #A0BFC8;
}
.TagClassName
{
border-color: #A0BFC8;
}
</style>