Shades of Heather #ADB9C4
Tints of Heather #ADB9C4
RGB
CMYK
RGB Variations
Color information
#ADB9C4 (or 0xADB9C4) is known color: Heather. HEX triplet: AD, B9 and C4. RGB value is (173,185,196). Sum of RGB (Red+Green+Blue) = 173+185+196=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 196 (76.95% from 255 or 35.38% from 554); Max value from RGB is 196 - color contains mainly: blue. Hex color #ADB9C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB9C4 is #52463B. Grayscale: #B6B6B6. Windows color (decimal): -5391932 or 12892589. OLE color: 12892589.
HSL color Cylindrical-coordinate representation of color #ADB9C4: hue angle of 208.7º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADB9C4 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 185 | 196 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.23 |
| HSL | 208.7º | 0.16% | 0.72% | - |
| HSV(B) | 208.7º | 0.12% | 0.77% | - |
| XYZ | 44.55 | 47.57 | 59.06 | - |
| YUV | 182.67 | 135.52 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 196 | 0.12 | 0.06 | 0 | 0.23 | 208.7 | 0.16 | 0.72 |
| Hex | AD | B9 | C4 | C | 6 | 0 | 17 | D1 | 10 | 48 |
| Octal | 255 | 271 | 304 | 14 | 6 | 0 | 27 | 321 | 20 | 110 |
| Binary | 10101101 | 10111001 | 11000100 | 1100 | 110 | 0 | 10111 | 11010001 | 10000 | 1001000 |
Color Harmonies of #ADB9C4
Complementary color
Monochromatic Colors of #ADB9C4
Black with #ADB9C4
Text Example
Text Example
White with #ADB9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB9C4; }
p { color: rgb(173,185,196); }
H1.HeaderClassName
{
color: #ADB9C4;
}
.AnyTagClassName
{
color: #ADB9C4;
}
</style>
background-color css
<style>
a { background-color: #ADB9C4; }
a { background-color: rgb(173,185,196); }
div.DivClassName
{
background-color: #ADB9C4;
}
.BgClassName
{
background-color: #ADB9C4;
}
</style>
border-color css
<style>
span { border-color: #ADB9C4; }
span { border-color: rgb(173,185,196); }
td.TdClassName
{
border-color: #ADB9C4;
}
.TagClassName
{
border-color: #ADB9C4;
}
</style>