Shades of Heather #ADB8C3
Tints of Heather #ADB8C3
RGB
CMYK
RGB Variations
Color information
#ADB8C3 (or 0xADB8C3) is known color: Heather. HEX triplet: AD, B8 and C3. RGB value is (173,184,195). Sum of RGB (Red+Green+Blue) = 173+184+195=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 184 (72.27% from 255 or 33.33% from 552); Blue value is 195 (76.56% from 255 or 35.33% from 552); Max value from RGB is 195 - color contains mainly: blue. Hex color #ADB8C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB8C3 is #52473C. Grayscale: #B5B5B5. Windows color (decimal): -5392189 or 12826797. OLE color: 12826797.
HSL color Cylindrical-coordinate representation of color #ADB8C3: hue angle of 210º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADB8C3 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 184 | 195 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.24 |
| HSL | 210º | 0.15% | 0.72% | - |
| HSV(B) | 210º | 0.11% | 0.76% | - |
| XYZ | 44.22 | 47.11 | 58.39 | - |
| YUV | 181.97 | 135.36 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 195 | 0.11 | 0.06 | 0 | 0.24 | 210 | 0.15 | 0.72 |
| Hex | AD | B8 | C3 | B | 6 | 0 | 18 | D2 | F | 48 |
| Octal | 255 | 270 | 303 | 13 | 6 | 0 | 30 | 322 | 17 | 110 |
| Binary | 10101101 | 10111000 | 11000011 | 1011 | 110 | 0 | 11000 | 11010010 | 1111 | 1001000 |
Color Harmonies of #ADB8C3
Complementary color
Monochromatic Colors of #ADB8C3
Black with #ADB8C3
Text Example
Text Example
White with #ADB8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB8C3; }
p { color: rgb(173,184,195); }
H1.HeaderClassName
{
color: #ADB8C3;
}
.AnyTagClassName
{
color: #ADB8C3;
}
</style>
background-color css
<style>
a { background-color: #ADB8C3; }
a { background-color: rgb(173,184,195); }
div.DivClassName
{
background-color: #ADB8C3;
}
.BgClassName
{
background-color: #ADB8C3;
}
</style>
border-color css
<style>
span { border-color: #ADB8C3; }
span { border-color: rgb(173,184,195); }
td.TdClassName
{
border-color: #ADB8C3;
}
.TagClassName
{
border-color: #ADB8C3;
}
</style>