Shades of Heather #ADB8C1
Tints of Heather #ADB8C1
RGB
CMYK
RGB Variations
Color information
#ADB8C1 (or 0xADB8C1) is known color: Heather. HEX triplet: AD, B8 and C1. RGB value is (173,184,193). Sum of RGB (Red+Green+Blue) = 173+184+193=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 184 (72.27% from 255 or 33.45% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 193 - color contains mainly: blue. Hex color #ADB8C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB8C1 is #52473E. Grayscale: #B5B5B5. Windows color (decimal): -5392191 or 12695725. OLE color: 12695725.
HSL color Cylindrical-coordinate representation of color #ADB8C1: hue angle of 207º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADB8C1 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 184 | 193 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.24 |
| HSL | 207º | 0.14% | 0.72% | - |
| HSV(B) | 207º | 0.1% | 0.76% | - |
| XYZ | 44 | 47.02 | 57.21 | - |
| YUV | 181.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 193 | 0.10 | 0.05 | 0 | 0.24 | 207 | 0.14 | 0.72 |
| Hex | AD | B8 | C1 | A | 5 | 0 | 18 | CF | E | 48 |
| Octal | 255 | 270 | 301 | 12 | 5 | 0 | 30 | 317 | 16 | 110 |
| Binary | 10101101 | 10111000 | 11000001 | 1010 | 101 | 0 | 11000 | 11001111 | 1110 | 1001000 |
Color Harmonies of #ADB8C1
Complementary color
Monochromatic Colors of #ADB8C1
Black with #ADB8C1
Text Example
Text Example
White with #ADB8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB8C1; }
p { color: rgb(173,184,193); }
H1.HeaderClassName
{
color: #ADB8C1;
}
.AnyTagClassName
{
color: #ADB8C1;
}
</style>
background-color css
<style>
a { background-color: #ADB8C1; }
a { background-color: rgb(173,184,193); }
div.DivClassName
{
background-color: #ADB8C1;
}
.BgClassName
{
background-color: #ADB8C1;
}
</style>
border-color css
<style>
span { border-color: #ADB8C1; }
span { border-color: rgb(173,184,193); }
td.TdClassName
{
border-color: #ADB8C1;
}
.TagClassName
{
border-color: #ADB8C1;
}
</style>