Shades of Heather #ADB6C1
Tints of Heather #ADB6C1
RGB
CMYK
RGB Variations
Color information
#ADB6C1 (or 0xADB6C1) is known color: Heather. HEX triplet: AD, B6 and C1. RGB value is (173,182,193). Sum of RGB (Red+Green+Blue) = 173+182+193=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 182 (71.48% from 255 or 33.21% from 548); Blue value is 193 (75.78% from 255 or 35.22% from 548); Max value from RGB is 193 - color contains mainly: blue. Hex color #ADB6C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB6C1 is #52493E. Grayscale: #B4B4B4. Windows color (decimal): -5392703 or 12695213. OLE color: 12695213.
HSL color Cylindrical-coordinate representation of color #ADB6C1: hue angle of 213º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADB6C1 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 182 | 193 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.24 |
| HSL | 213º | 0.14% | 0.72% | - |
| HSV(B) | 213º | 0.1% | 0.76% | - |
| XYZ | 43.59 | 46.19 | 57.07 | - |
| YUV | 180.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 193 | 0.10 | 0.06 | 0 | 0.24 | 213 | 0.14 | 0.72 |
| Hex | AD | B6 | C1 | A | 6 | 0 | 18 | D5 | E | 48 |
| Octal | 255 | 266 | 301 | 12 | 6 | 0 | 30 | 325 | 16 | 110 |
| Binary | 10101101 | 10110110 | 11000001 | 1010 | 110 | 0 | 11000 | 11010101 | 1110 | 1001000 |
Color Harmonies of #ADB6C1
Complementary color
Monochromatic Colors of #ADB6C1
Black with #ADB6C1
Text Example
Text Example
White with #ADB6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB6C1; }
p { color: rgb(173,182,193); }
H1.HeaderClassName
{
color: #ADB6C1;
}
.AnyTagClassName
{
color: #ADB6C1;
}
</style>
background-color css
<style>
a { background-color: #ADB6C1; }
a { background-color: rgb(173,182,193); }
div.DivClassName
{
background-color: #ADB6C1;
}
.BgClassName
{
background-color: #ADB6C1;
}
</style>
border-color css
<style>
span { border-color: #ADB6C1; }
span { border-color: rgb(173,182,193); }
td.TdClassName
{
border-color: #ADB6C1;
}
.TagClassName
{
border-color: #ADB6C1;
}
</style>