Shades of Heather #ADBDC5
Tints of Heather #ADBDC5
RGB
CMYK
RGB Variations
Color information
#ADBDC5 (or 0xADBDC5) is known color: Heather. HEX triplet: AD, BD and C5. RGB value is (173,189,197). Sum of RGB (Red+Green+Blue) = 173+189+197=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 197 (77.34% from 255 or 35.24% from 559); Max value from RGB is 197 - color contains mainly: blue. Hex color #ADBDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDC5 is #52423A. Grayscale: #B9B9B9. Windows color (decimal): -5390907 or 12959149. OLE color: 12959149.
HSL color Cylindrical-coordinate representation of color #ADBDC5: hue angle of 200º 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 #ADBDC5 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 189 | 197 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.23 |
| HSL | 200º | 0.17% | 0.73% | - |
| HSV(B) | 200º | 0.12% | 0.77% | - |
| XYZ | 45.51 | 49.31 | 59.94 | - |
| YUV | 185.13 | 134.7 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 197 | 0.12 | 0.04 | 0 | 0.23 | 200 | 0.17 | 0.73 |
| Hex | AD | BD | C5 | C | 4 | 0 | 17 | C8 | 11 | 49 |
| Octal | 255 | 275 | 305 | 14 | 4 | 0 | 27 | 310 | 21 | 111 |
| Binary | 10101101 | 10111101 | 11000101 | 1100 | 100 | 0 | 10111 | 11001000 | 10001 | 1001001 |
Color Harmonies of #ADBDC5
Complementary color
Monochromatic Colors of #ADBDC5
Black with #ADBDC5
Text Example
Text Example
White with #ADBDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBDC5; }
p { color: rgb(173,189,197); }
H1.HeaderClassName
{
color: #ADBDC5;
}
.AnyTagClassName
{
color: #ADBDC5;
}
</style>
background-color css
<style>
a { background-color: #ADBDC5; }
a { background-color: rgb(173,189,197); }
div.DivClassName
{
background-color: #ADBDC5;
}
.BgClassName
{
background-color: #ADBDC5;
}
</style>
border-color css
<style>
span { border-color: #ADBDC5; }
span { border-color: rgb(173,189,197); }
td.TdClassName
{
border-color: #ADBDC5;
}
.TagClassName
{
border-color: #ADBDC5;
}
</style>