Shades of Heather #A8B5BF
Tints of Heather #A8B5BF
RGB
CMYK
RGB Variations
Color information
#A8B5BF (or 0xA8B5BF) is known color: Heather. HEX triplet: A8, B5 and BF. RGB value is (168,181,191). Sum of RGB (Red+Green+Blue) = 168+181+191=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 191 - color contains mainly: blue. Hex color #A8B5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B5BF is #574A40. Grayscale: #B2B2B2. Windows color (decimal): -5720641 or 12563880. OLE color: 12563880.
HSL color Cylindrical-coordinate representation of color #A8B5BF: hue angle of 206.09º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8B5BF is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 181 | 191 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.25 |
| HSL | 206.09º | 0.15% | 0.7% | - |
| HSV(B) | 206.09º | 0.12% | 0.75% | - |
| XYZ | 42.08 | 45.13 | 55.78 | - |
| YUV | 178.25 | 135.19 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 181 | 191 | 0.12 | 0.05 | 0 | 0.25 | 206.09 | 0.15 | 0.7 |
| Hex | A8 | B5 | BF | C | 5 | 0 | 19 | CE | F | 46 |
| Octal | 250 | 265 | 277 | 14 | 5 | 0 | 31 | 316 | 17 | 106 |
| Binary | 10101000 | 10110101 | 10111111 | 1100 | 101 | 0 | 11001 | 11001110 | 1111 | 1000110 |
Color Harmonies of #A8B5BF
Complementary color
Monochromatic Colors of #A8B5BF
Black with #A8B5BF
Text Example
Text Example
White with #A8B5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B5BF; }
p { color: rgb(168,181,191); }
H1.HeaderClassName
{
color: #A8B5BF;
}
.AnyTagClassName
{
color: #A8B5BF;
}
</style>
background-color css
<style>
a { background-color: #A8B5BF; }
a { background-color: rgb(168,181,191); }
div.DivClassName
{
background-color: #A8B5BF;
}
.BgClassName
{
background-color: #A8B5BF;
}
</style>
border-color css
<style>
span { border-color: #A8B5BF; }
span { border-color: rgb(168,181,191); }
td.TdClassName
{
border-color: #A8B5BF;
}
.TagClassName
{
border-color: #A8B5BF;
}
</style>