Shades of Heather #A8B7C7
Tints of Heather #A8B7C7
RGB
CMYK
RGB Variations
Color information
#A8B7C7 (or 0xA8B7C7) is known color: Heather. HEX triplet: A8, B7 and C7. RGB value is (168,183,199). Sum of RGB (Red+Green+Blue) = 168+183+199=550 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.55% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 199 (78.12% from 255 or 36.18% from 550); Max value from RGB is 199 - color contains mainly: blue. Hex color #A8B7C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B7C7 is #574838. Grayscale: #B4B4B4. Windows color (decimal): -5720121 or 13088680. OLE color: 13088680.
HSL color Cylindrical-coordinate representation of color #A8B7C7: hue angle of 210.97º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8B7C7 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 183 | 199 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.22 |
| HSL | 210.97º | 0.22% | 0.72% | - |
| HSV(B) | 210.97º | 0.16% | 0.78% | - |
| XYZ | 43.39 | 46.32 | 60.69 | - |
| YUV | 180.34 | 138.53 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 183 | 199 | 0.16 | 0.08 | 0 | 0.22 | 210.97 | 0.22 | 0.72 |
| Hex | A8 | B7 | C7 | 10 | 8 | 0 | 16 | D3 | 16 | 48 |
| Octal | 250 | 267 | 307 | 20 | 10 | 0 | 26 | 323 | 26 | 110 |
| Binary | 10101000 | 10110111 | 11000111 | 10000 | 1000 | 0 | 10110 | 11010011 | 10110 | 1001000 |
Color Harmonies of #A8B7C7
Complementary color
Monochromatic Colors of #A8B7C7
Black with #A8B7C7
Text Example
Text Example
White with #A8B7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B7C7; }
p { color: rgb(168,183,199); }
H1.HeaderClassName
{
color: #A8B7C7;
}
.AnyTagClassName
{
color: #A8B7C7;
}
</style>
background-color css
<style>
a { background-color: #A8B7C7; }
a { background-color: rgb(168,183,199); }
div.DivClassName
{
background-color: #A8B7C7;
}
.BgClassName
{
background-color: #A8B7C7;
}
</style>
border-color css
<style>
span { border-color: #A8B7C7; }
span { border-color: rgb(168,183,199); }
td.TdClassName
{
border-color: #A8B7C7;
}
.TagClassName
{
border-color: #A8B7C7;
}
</style>