Shades of Heather #ABB5C1
Tints of Heather #ABB5C1
RGB
CMYK
RGB Variations
Color information
#ABB5C1 (or 0xABB5C1) is known color: Heather. HEX triplet: AB, B5 and C1. RGB value is (171,181,193). Sum of RGB (Red+Green+Blue) = 171+181+193=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 181 (71.09% from 255 or 33.21% from 545); Blue value is 193 (75.78% from 255 or 35.41% from 545); Max value from RGB is 193 - color contains mainly: blue. Hex color #ABB5C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB5C1 is #544A3E. Grayscale: #B3B3B3. Windows color (decimal): -5524031 or 12694955. OLE color: 12694955.
HSL color Cylindrical-coordinate representation of color #ABB5C1: hue angle of 212.73º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABB5C1 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 181 | 193 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.24 |
| HSL | 212.73º | 0.15% | 0.71% | - |
| HSV(B) | 212.73º | 0.11% | 0.76% | - |
| XYZ | 42.94 | 45.56 | 56.98 | - |
| YUV | 179.38 | 135.69 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 181 | 193 | 0.11 | 0.06 | 0 | 0.24 | 212.73 | 0.15 | 0.71 |
| Hex | AB | B5 | C1 | B | 6 | 0 | 18 | D5 | F | 47 |
| Octal | 253 | 265 | 301 | 13 | 6 | 0 | 30 | 325 | 17 | 107 |
| Binary | 10101011 | 10110101 | 11000001 | 1011 | 110 | 0 | 11000 | 11010101 | 1111 | 1000111 |
Color Harmonies of #ABB5C1
Complementary color
Monochromatic Colors of #ABB5C1
Black with #ABB5C1
Text Example
Text Example
White with #ABB5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB5C1; }
p { color: rgb(171,181,193); }
H1.HeaderClassName
{
color: #ABB5C1;
}
.AnyTagClassName
{
color: #ABB5C1;
}
</style>
background-color css
<style>
a { background-color: #ABB5C1; }
a { background-color: rgb(171,181,193); }
div.DivClassName
{
background-color: #ABB5C1;
}
.BgClassName
{
background-color: #ABB5C1;
}
</style>
border-color css
<style>
span { border-color: #ABB5C1; }
span { border-color: rgb(171,181,193); }
td.TdClassName
{
border-color: #ABB5C1;
}
.TagClassName
{
border-color: #ABB5C1;
}
</style>