Shades of Heather #ABB6C3
Tints of Heather #ABB6C3
RGB
CMYK
RGB Variations
Color information
#ABB6C3 (or 0xABB6C3) is known color: Heather. HEX triplet: AB, B6 and C3. RGB value is (171,182,195). Sum of RGB (Red+Green+Blue) = 171+182+195=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 182 (71.48% from 255 or 33.21% from 548); Blue value is 195 (76.56% from 255 or 35.58% from 548); Max value from RGB is 195 - color contains mainly: blue. Hex color #ABB6C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB6C3 is #54493C. Grayscale: #B4B4B4. Windows color (decimal): -5523773 or 12826283. OLE color: 12826283.
HSL color Cylindrical-coordinate representation of color #ABB6C3: hue angle of 212.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABB6C3 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 182 | 195 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.24 |
| HSL | 212.5º | 0.17% | 0.72% | - |
| HSV(B) | 212.5º | 0.12% | 0.76% | - |
| XYZ | 43.37 | 46.05 | 58.23 | - |
| YUV | 180.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 182 | 195 | 0.12 | 0.07 | 0 | 0.24 | 212.5 | 0.17 | 0.72 |
| Hex | AB | B6 | C3 | C | 7 | 0 | 18 | D4 | 11 | 48 |
| Octal | 253 | 266 | 303 | 14 | 7 | 0 | 30 | 324 | 21 | 110 |
| Binary | 10101011 | 10110110 | 11000011 | 1100 | 111 | 0 | 11000 | 11010100 | 10001 | 1001000 |
Color Harmonies of #ABB6C3
Complementary color
Monochromatic Colors of #ABB6C3
Black with #ABB6C3
Text Example
Text Example
White with #ABB6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB6C3; }
p { color: rgb(171,182,195); }
H1.HeaderClassName
{
color: #ABB6C3;
}
.AnyTagClassName
{
color: #ABB6C3;
}
</style>
background-color css
<style>
a { background-color: #ABB6C3; }
a { background-color: rgb(171,182,195); }
div.DivClassName
{
background-color: #ABB6C3;
}
.BgClassName
{
background-color: #ABB6C3;
}
</style>
border-color css
<style>
span { border-color: #ABB6C3; }
span { border-color: rgb(171,182,195); }
td.TdClassName
{
border-color: #ABB6C3;
}
.TagClassName
{
border-color: #ABB6C3;
}
</style>