Shades of Heather #ADB8C5
Tints of Heather #ADB8C5
RGB
CMYK
RGB Variations
Color information
#ADB8C5 (or 0xADB8C5) is known color: Heather. HEX triplet: AD, B8 and C5. RGB value is (173,184,197). Sum of RGB (Red+Green+Blue) = 173+184+197=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 184 (72.27% from 255 or 33.21% from 554); Blue value is 197 (77.34% from 255 or 35.56% from 554); Max value from RGB is 197 - color contains mainly: blue. Hex color #ADB8C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB8C5 is #52473A. Grayscale: #B6B6B6. Windows color (decimal): -5392187 or 12957869. OLE color: 12957869.
HSL color Cylindrical-coordinate representation of color #ADB8C5: hue angle of 212.5º 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 #ADB8C5 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 173 | 184 | 197 | - |
CMYK | 0.12 | 0.07 | 0 | 0.23 |
HSL | 212.5º | 0.17% | 0.73% | - |
HSV(B) | 212.5º | 0.12% | 0.77% | - |
XYZ | 44.45 | 47.2 | 59.59 | - |
YUV | 182.19 | 136.36 | 121.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 184 | 197 | 0.12 | 0.07 | 0 | 0.23 | 212.5 | 0.17 | 0.73 |
Hex | AD | B8 | C5 | C | 7 | 0 | 17 | D4 | 11 | 49 |
Octal | 255 | 270 | 305 | 14 | 7 | 0 | 27 | 324 | 21 | 111 |
Binary | 10101101 | 10111000 | 11000101 | 1100 | 111 | 0 | 10111 | 11010100 | 10001 | 1001001 |
Color Harmonies of #ADB8C5
Complementary color
Monochromatic Colors of #ADB8C5
Black with #ADB8C5
Text Example
Text Example
White with #ADB8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB8C5; }
p { color: rgb(173,184,197); }
H1.HeaderClassName
{
color: #ADB8C5;
}
.AnyTagClassName
{
color: #ADB8C5;
}
</style>
background-color css
<style>
a { background-color: #ADB8C5; }
a { background-color: rgb(173,184,197); }
div.DivClassName
{
background-color: #ADB8C5;
}
.BgClassName
{
background-color: #ADB8C5;
}
</style>
border-color css
<style>
span { border-color: #ADB8C5; }
span { border-color: rgb(173,184,197); }
td.TdClassName
{
border-color: #ADB8C5;
}
.TagClassName
{
border-color: #ADB8C5;
}
</style>