Shades of Heather #A8BCC1
Tints of Heather #A8BCC1
RGB
CMYK
RGB Variations
Color information
#A8BCC1 (or 0xA8BCC1) is known color: Heather. HEX triplet: A8, BC and C1. RGB value is (168,188,193). Sum of RGB (Red+Green+Blue) = 168+188+193=549 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.60% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 193 (75.78% from 255 or 35.15% from 549); Max value from RGB is 193 - color contains mainly: blue. Hex color #A8BCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCC1 is #57433E. Grayscale: #B6B6B6. Windows color (decimal): -5718847 or 12696744. OLE color: 12696744.
HSL color Cylindrical-coordinate representation of color #A8BCC1: hue angle of 192º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A8BCC1 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 188 | 193 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.24 |
| HSL | 192º | 0.17% | 0.71% | - |
| HSV(B) | 192º | 0.13% | 0.76% | - |
| XYZ | 43.76 | 48.14 | 57.44 | - |
| YUV | 182.59 | 133.87 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 193 | 0.13 | 0.03 | 0 | 0.24 | 192 | 0.17 | 0.71 |
| Hex | A8 | BC | C1 | D | 3 | 0 | 18 | C0 | 11 | 47 |
| Octal | 250 | 274 | 301 | 15 | 3 | 0 | 30 | 300 | 21 | 107 |
| Binary | 10101000 | 10111100 | 11000001 | 1101 | 11 | 0 | 11000 | 11000000 | 10001 | 1000111 |
Color Harmonies of #A8BCC1
Complementary color
Monochromatic Colors of #A8BCC1
Black with #A8BCC1
Text Example
Text Example
White with #A8BCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BCC1; }
p { color: rgb(168,188,193); }
H1.HeaderClassName
{
color: #A8BCC1;
}
.AnyTagClassName
{
color: #A8BCC1;
}
</style>
background-color css
<style>
a { background-color: #A8BCC1; }
a { background-color: rgb(168,188,193); }
div.DivClassName
{
background-color: #A8BCC1;
}
.BgClassName
{
background-color: #A8BCC1;
}
</style>
border-color css
<style>
span { border-color: #A8BCC1; }
span { border-color: rgb(168,188,193); }
td.TdClassName
{
border-color: #A8BCC1;
}
.TagClassName
{
border-color: #A8BCC1;
}
</style>