Shades of Heather #ABB8BF
Tints of Heather #ABB8BF
RGB
CMYK
RGB Variations
Color information
#ABB8BF (or 0xABB8BF) is known color: Heather. HEX triplet: AB, B8 and BF. RGB value is (171,184,191). Sum of RGB (Red+Green+Blue) = 171+184+191=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 184 (72.27% from 255 or 33.70% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 191 - color contains mainly: blue. Hex color #ABB8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB8BF is #544740. Grayscale: #B4B4B4. Windows color (decimal): -5523265 or 12564651. OLE color: 12564651.
HSL color Cylindrical-coordinate representation of color #ABB8BF: hue angle of 201º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABB8BF is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 184 | 191 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.25 |
| HSL | 201º | 0.14% | 0.71% | - |
| HSV(B) | 201º | 0.1% | 0.75% | - |
| XYZ | 43.34 | 46.7 | 56.02 | - |
| YUV | 180.91 | 133.69 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 184 | 191 | 0.10 | 0.04 | 0 | 0.25 | 201 | 0.14 | 0.71 |
| Hex | AB | B8 | BF | A | 4 | 0 | 19 | C9 | E | 47 |
| Octal | 253 | 270 | 277 | 12 | 4 | 0 | 31 | 311 | 16 | 107 |
| Binary | 10101011 | 10111000 | 10111111 | 1010 | 100 | 0 | 11001 | 11001001 | 1110 | 1000111 |
Color Harmonies of #ABB8BF
Complementary color
Monochromatic Colors of #ABB8BF
Black with #ABB8BF
Text Example
Text Example
White with #ABB8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB8BF; }
p { color: rgb(171,184,191); }
H1.HeaderClassName
{
color: #ABB8BF;
}
.AnyTagClassName
{
color: #ABB8BF;
}
</style>
background-color css
<style>
a { background-color: #ABB8BF; }
a { background-color: rgb(171,184,191); }
div.DivClassName
{
background-color: #ABB8BF;
}
.BgClassName
{
background-color: #ABB8BF;
}
</style>
border-color css
<style>
span { border-color: #ABB8BF; }
span { border-color: rgb(171,184,191); }
td.TdClassName
{
border-color: #ABB8BF;
}
.TagClassName
{
border-color: #ABB8BF;
}
</style>