Shades of Heather #ADB8BD
Tints of Heather #ADB8BD
RGB
CMYK
RGB Variations
Color information
#ADB8BD (or 0xADB8BD) is known color: Heather. HEX triplet: AD, B8 and BD. RGB value is (173,184,189). Sum of RGB (Red+Green+Blue) = 173+184+189=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 184 (72.27% from 255 or 33.70% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 189 - color contains mainly: blue. Hex color #ADB8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB8BD is #524742. Grayscale: #B5B5B5. Windows color (decimal): -5392195 or 12433581. OLE color: 12433581.
HSL color Cylindrical-coordinate representation of color #ADB8BD: hue angle of 198.75º 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 #ADB8BD is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 184 | 189 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.26 |
| HSL | 198.75º | 0.11% | 0.71% | - |
| HSV(B) | 198.75º | 0.08% | 0.74% | - |
| XYZ | 43.56 | 46.84 | 54.89 | - |
| YUV | 181.28 | 132.36 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 189 | 0.08 | 0.03 | 0 | 0.26 | 198.75 | 0.11 | 0.71 |
| Hex | AD | B8 | BD | 8 | 3 | 0 | 1A | C7 | B | 47 |
| Octal | 255 | 270 | 275 | 10 | 3 | 0 | 32 | 307 | 13 | 107 |
| Binary | 10101101 | 10111000 | 10111101 | 1000 | 11 | 0 | 11010 | 11000111 | 1011 | 1000111 |
Color Harmonies of #ADB8BD
Complementary color
Monochromatic Colors of #ADB8BD
Black with #ADB8BD
Text Example
Text Example
White with #ADB8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB8BD; }
p { color: rgb(173,184,189); }
H1.HeaderClassName
{
color: #ADB8BD;
}
.AnyTagClassName
{
color: #ADB8BD;
}
</style>
background-color css
<style>
a { background-color: #ADB8BD; }
a { background-color: rgb(173,184,189); }
div.DivClassName
{
background-color: #ADB8BD;
}
.BgClassName
{
background-color: #ADB8BD;
}
</style>
border-color css
<style>
span { border-color: #ADB8BD; }
span { border-color: rgb(173,184,189); }
td.TdClassName
{
border-color: #ADB8BD;
}
.TagClassName
{
border-color: #ADB8BD;
}
</style>