Shades of Heather #ADB9C5
Tints of Heather #ADB9C5
RGB
CMYK
RGB Variations
Color information
#ADB9C5 (or 0xADB9C5) is known color: Heather. HEX triplet: AD, B9 and C5. RGB value is (173,185,197). Sum of RGB (Red+Green+Blue) = 173+185+197=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 185 (72.66% from 255 or 33.33% from 555); Blue value is 197 (77.34% from 255 or 35.50% from 555); Max value from RGB is 197 - color contains mainly: blue. Hex color #ADB9C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB9C5 is #52463A. Grayscale: #B6B6B6. Windows color (decimal): -5391931 or 12958125. OLE color: 12958125.
HSL color Cylindrical-coordinate representation of color #ADB9C5: hue angle of 210º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADB9C5 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 173 | 185 | 197 | - |
CMYK | 0.12 | 0.06 | 0 | 0.23 |
HSL | 210º | 0.17% | 0.73% | - |
HSV(B) | 210º | 0.12% | 0.77% | - |
XYZ | 44.66 | 47.61 | 59.66 | - |
YUV | 182.78 | 136.02 | 121.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 185 | 197 | 0.12 | 0.06 | 0 | 0.23 | 210 | 0.17 | 0.73 |
Hex | AD | B9 | C5 | C | 6 | 0 | 17 | D2 | 11 | 49 |
Octal | 255 | 271 | 305 | 14 | 6 | 0 | 27 | 322 | 21 | 111 |
Binary | 10101101 | 10111001 | 11000101 | 1100 | 110 | 0 | 10111 | 11010010 | 10001 | 1001001 |
Color Harmonies of #ADB9C5
Complementary color
Monochromatic Colors of #ADB9C5
Black with #ADB9C5
Text Example
Text Example
White with #ADB9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB9C5; }
p { color: rgb(173,185,197); }
H1.HeaderClassName
{
color: #ADB9C5;
}
.AnyTagClassName
{
color: #ADB9C5;
}
</style>
background-color css
<style>
a { background-color: #ADB9C5; }
a { background-color: rgb(173,185,197); }
div.DivClassName
{
background-color: #ADB9C5;
}
.BgClassName
{
background-color: #ADB9C5;
}
</style>
border-color css
<style>
span { border-color: #ADB9C5; }
span { border-color: rgb(173,185,197); }
td.TdClassName
{
border-color: #ADB9C5;
}
.TagClassName
{
border-color: #ADB9C5;
}
</style>