Shades of Heather #ADB8C4
Tints of Heather #ADB8C4
RGB
CMYK
RGB Variations
Color information
#ADB8C4 (or 0xADB8C4) is known color: Heather. HEX triplet: AD, B8 and C4. RGB value is (173,184,196). Sum of RGB (Red+Green+Blue) = 173+184+196=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 184 (72.27% from 255 or 33.27% from 553); Blue value is 196 (76.95% from 255 or 35.44% from 553); Max value from RGB is 196 - color contains mainly: blue. Hex color #ADB8C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB8C4 is #52473B. Grayscale: #B6B6B6. Windows color (decimal): -5392188 or 12892333. OLE color: 12892333.
HSL color Cylindrical-coordinate representation of color #ADB8C4: hue angle of 211.3º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADB8C4 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 173 | 184 | 196 | - |
CMYK | 0.12 | 0.06 | 0 | 0.23 |
HSL | 211.3º | 0.16% | 0.72% | - |
HSV(B) | 211.3º | 0.12% | 0.77% | - |
XYZ | 44.34 | 47.15 | 58.99 | - |
YUV | 182.08 | 135.86 | 121.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 184 | 196 | 0.12 | 0.06 | 0 | 0.23 | 211.3 | 0.16 | 0.72 |
Hex | AD | B8 | C4 | C | 6 | 0 | 17 | D3 | 10 | 48 |
Octal | 255 | 270 | 304 | 14 | 6 | 0 | 27 | 323 | 20 | 110 |
Binary | 10101101 | 10111000 | 11000100 | 1100 | 110 | 0 | 10111 | 11010011 | 10000 | 1001000 |
Color Harmonies of #ADB8C4
Complementary color
Monochromatic Colors of #ADB8C4
Black with #ADB8C4
Text Example
Text Example
White with #ADB8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB8C4; }
p { color: rgb(173,184,196); }
H1.HeaderClassName
{
color: #ADB8C4;
}
.AnyTagClassName
{
color: #ADB8C4;
}
</style>
background-color css
<style>
a { background-color: #ADB8C4; }
a { background-color: rgb(173,184,196); }
div.DivClassName
{
background-color: #ADB8C4;
}
.BgClassName
{
background-color: #ADB8C4;
}
</style>
border-color css
<style>
span { border-color: #ADB8C4; }
span { border-color: rgb(173,184,196); }
td.TdClassName
{
border-color: #ADB8C4;
}
.TagClassName
{
border-color: #ADB8C4;
}
</style>