Shades of Heather #A8B2BA
Tints of Heather #A8B2BA
RGB
CMYK
RGB Variations
Color information
#A8B2BA (or 0xA8B2BA) is known color: Heather. HEX triplet: A8, B2 and BA. RGB value is (168,178,186). Sum of RGB (Red+Green+Blue) = 168+178+186=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 186 - color contains mainly: blue. Hex color #A8B2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8B2BA is #574D45. Grayscale: #AFAFAF. Windows color (decimal): -5721414 or 12235432. OLE color: 12235432.
HSL color Cylindrical-coordinate representation of color #A8B2BA: hue angle of 206.67º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8B2BA is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 178 | 186 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.27 |
| HSL | 206.67º | 0.12% | 0.69% | - |
| HSV(B) | 206.67º | 0.1% | 0.73% | - |
| XYZ | 40.93 | 43.71 | 52.73 | - |
| YUV | 175.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 178 | 186 | 0.10 | 0.04 | 0 | 0.27 | 206.67 | 0.12 | 0.69 |
| Hex | A8 | B2 | BA | A | 4 | 0 | 1B | CF | C | 45 |
| Octal | 250 | 262 | 272 | 12 | 4 | 0 | 33 | 317 | 14 | 105 |
| Binary | 10101000 | 10110010 | 10111010 | 1010 | 100 | 0 | 11011 | 11001111 | 1100 | 1000101 |
Color Harmonies of #A8B2BA
Complementary color
Monochromatic Colors of #A8B2BA
Black with #A8B2BA
Text Example
Text Example
White with #A8B2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B2BA; }
p { color: rgb(168,178,186); }
H1.HeaderClassName
{
color: #A8B2BA;
}
.AnyTagClassName
{
color: #A8B2BA;
}
</style>
background-color css
<style>
a { background-color: #A8B2BA; }
a { background-color: rgb(168,178,186); }
div.DivClassName
{
background-color: #A8B2BA;
}
.BgClassName
{
background-color: #A8B2BA;
}
</style>
border-color css
<style>
span { border-color: #A8B2BA; }
span { border-color: rgb(168,178,186); }
td.TdClassName
{
border-color: #A8B2BA;
}
.TagClassName
{
border-color: #A8B2BA;
}
</style>