Shades of Heather #ADB7BD
Tints of Heather #ADB7BD
RGB
CMYK
RGB Variations
Color information
#ADB7BD (or 0xADB7BD) is known color: Heather. HEX triplet: AD, B7 and BD. RGB value is (173,183,189). Sum of RGB (Red+Green+Blue) = 173+183+189=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 183 (71.88% from 255 or 33.58% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 189 - color contains mainly: blue. Hex color #ADB7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB7BD is #524842. Grayscale: #B4B4B4. Windows color (decimal): -5392451 or 12433325. OLE color: 12433325.
HSL color Cylindrical-coordinate representation of color #ADB7BD: hue angle of 202.5º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADB7BD is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 183 | 189 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.26 |
| HSL | 202.5º | 0.11% | 0.71% | - |
| HSV(B) | 202.5º | 0.08% | 0.74% | - |
| XYZ | 43.35 | 46.43 | 54.82 | - |
| YUV | 180.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 189 | 0.08 | 0.03 | 0 | 0.26 | 202.5 | 0.11 | 0.71 |
| Hex | AD | B7 | BD | 8 | 3 | 0 | 1A | CA | B | 47 |
| Octal | 255 | 267 | 275 | 10 | 3 | 0 | 32 | 312 | 13 | 107 |
| Binary | 10101101 | 10110111 | 10111101 | 1000 | 11 | 0 | 11010 | 11001010 | 1011 | 1000111 |
Color Harmonies of #ADB7BD
Complementary color
Monochromatic Colors of #ADB7BD
Black with #ADB7BD
Text Example
Text Example
White with #ADB7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB7BD; }
p { color: rgb(173,183,189); }
H1.HeaderClassName
{
color: #ADB7BD;
}
.AnyTagClassName
{
color: #ADB7BD;
}
</style>
background-color css
<style>
a { background-color: #ADB7BD; }
a { background-color: rgb(173,183,189); }
div.DivClassName
{
background-color: #ADB7BD;
}
.BgClassName
{
background-color: #ADB7BD;
}
</style>
border-color css
<style>
span { border-color: #ADB7BD; }
span { border-color: rgb(173,183,189); }
td.TdClassName
{
border-color: #ADB7BD;
}
.TagClassName
{
border-color: #ADB7BD;
}
</style>