Shades of Heather #ABB8C5
Tints of Heather #ABB8C5
RGB
CMYK
RGB Variations
Color information
#ABB8C5 (or 0xABB8C5) is known color: Heather. HEX triplet: AB, B8 and C5. RGB value is (171,184,197). Sum of RGB (Red+Green+Blue) = 171+184+197=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 184 (72.27% from 255 or 33.33% from 552); Blue value is 197 (77.34% from 255 or 35.69% from 552); Max value from RGB is 197 - color contains mainly: blue. Hex color #ABB8C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB8C5 is #54473A. Grayscale: #B5B5B5. Windows color (decimal): -5523259 or 12957867. OLE color: 12957867.
HSL color Cylindrical-coordinate representation of color #ABB8C5: hue angle of 210º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABB8C5 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 184 | 197 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.23 |
| HSL | 210º | 0.18% | 0.72% | - |
| HSV(B) | 210º | 0.13% | 0.77% | - |
| XYZ | 44.01 | 46.97 | 59.57 | - |
| YUV | 181.6 | 136.69 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 184 | 197 | 0.13 | 0.07 | 0 | 0.23 | 210 | 0.18 | 0.72 |
| Hex | AB | B8 | C5 | D | 7 | 0 | 17 | D2 | 12 | 48 |
| Octal | 253 | 270 | 305 | 15 | 7 | 0 | 27 | 322 | 22 | 110 |
| Binary | 10101011 | 10111000 | 11000101 | 1101 | 111 | 0 | 10111 | 11010010 | 10010 | 1001000 |
Color Harmonies of #ABB8C5
Complementary color
Monochromatic Colors of #ABB8C5
Black with #ABB8C5
Text Example
Text Example
White with #ABB8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB8C5; }
p { color: rgb(171,184,197); }
H1.HeaderClassName
{
color: #ABB8C5;
}
.AnyTagClassName
{
color: #ABB8C5;
}
</style>
background-color css
<style>
a { background-color: #ABB8C5; }
a { background-color: rgb(171,184,197); }
div.DivClassName
{
background-color: #ABB8C5;
}
.BgClassName
{
background-color: #ABB8C5;
}
</style>
border-color css
<style>
span { border-color: #ABB8C5; }
span { border-color: rgb(171,184,197); }
td.TdClassName
{
border-color: #ABB8C5;
}
.TagClassName
{
border-color: #ABB8C5;
}
</style>