Shades of Heather #A8B7C6
Tints of Heather #A8B7C6
RGB
CMYK
RGB Variations
Color information
#A8B7C6 (or 0xA8B7C6) is known color: Heather. HEX triplet: A8, B7 and C6. RGB value is (168,183,198). Sum of RGB (Red+Green+Blue) = 168+183+198=549 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.60% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 198 (77.73% from 255 or 36.07% from 549); Max value from RGB is 198 - color contains mainly: blue. Hex color #A8B7C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B7C6 is #574839. Grayscale: #B4B4B4. Windows color (decimal): -5720122 or 13023144. OLE color: 13023144.
HSL color Cylindrical-coordinate representation of color #A8B7C6: hue angle of 210º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A8B7C6 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 183 | 198 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.22 |
| HSL | 210º | 0.21% | 0.72% | - |
| HSV(B) | 210º | 0.15% | 0.78% | - |
| XYZ | 43.27 | 46.27 | 60.08 | - |
| YUV | 180.23 | 138.03 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 183 | 198 | 0.15 | 0.08 | 0 | 0.22 | 210 | 0.21 | 0.72 |
| Hex | A8 | B7 | C6 | F | 8 | 0 | 16 | D2 | 15 | 48 |
| Octal | 250 | 267 | 306 | 17 | 10 | 0 | 26 | 322 | 25 | 110 |
| Binary | 10101000 | 10110111 | 11000110 | 1111 | 1000 | 0 | 10110 | 11010010 | 10101 | 1001000 |
Color Harmonies of #A8B7C6
Complementary color
Monochromatic Colors of #A8B7C6
Black with #A8B7C6
Text Example
Text Example
White with #A8B7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B7C6; }
p { color: rgb(168,183,198); }
H1.HeaderClassName
{
color: #A8B7C6;
}
.AnyTagClassName
{
color: #A8B7C6;
}
</style>
background-color css
<style>
a { background-color: #A8B7C6; }
a { background-color: rgb(168,183,198); }
div.DivClassName
{
background-color: #A8B7C6;
}
.BgClassName
{
background-color: #A8B7C6;
}
</style>
border-color css
<style>
span { border-color: #A8B7C6; }
span { border-color: rgb(168,183,198); }
td.TdClassName
{
border-color: #A8B7C6;
}
.TagClassName
{
border-color: #A8B7C6;
}
</style>