Shades of Heather #ADB8C2
Tints of Heather #ADB8C2
RGB
CMYK
RGB Variations
Color information
#ADB8C2 (or 0xADB8C2) is known color: Heather. HEX triplet: AD, B8 and C2. RGB value is (173,184,194). Sum of RGB (Red+Green+Blue) = 173+184+194=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 184 (72.27% from 255 or 33.39% from 551); Blue value is 194 (76.17% from 255 or 35.21% from 551); Max value from RGB is 194 - color contains mainly: blue. Hex color #ADB8C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB8C2 is #52473D. Grayscale: #B5B5B5. Windows color (decimal): -5392190 or 12761261. OLE color: 12761261.
HSL color Cylindrical-coordinate representation of color #ADB8C2: hue angle of 208.57º 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 #ADB8C2 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 173 | 184 | 194 | - |
CMYK | 0.11 | 0.05 | 0 | 0.24 |
HSL | 208.57º | 0.15% | 0.72% | - |
HSV(B) | 208.57º | 0.11% | 0.76% | - |
XYZ | 44.11 | 47.06 | 57.8 | - |
YUV | 181.85 | 134.86 | 121.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 184 | 194 | 0.11 | 0.05 | 0 | 0.24 | 208.57 | 0.15 | 0.72 |
Hex | AD | B8 | C2 | B | 5 | 0 | 18 | D1 | F | 48 |
Octal | 255 | 270 | 302 | 13 | 5 | 0 | 30 | 321 | 17 | 110 |
Binary | 10101101 | 10111000 | 11000010 | 1011 | 101 | 0 | 11000 | 11010001 | 1111 | 1001000 |
Color Harmonies of #ADB8C2
Complementary color
Monochromatic Colors of #ADB8C2
Black with #ADB8C2
Text Example
Text Example
White with #ADB8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB8C2; }
p { color: rgb(173,184,194); }
H1.HeaderClassName
{
color: #ADB8C2;
}
.AnyTagClassName
{
color: #ADB8C2;
}
</style>
background-color css
<style>
a { background-color: #ADB8C2; }
a { background-color: rgb(173,184,194); }
div.DivClassName
{
background-color: #ADB8C2;
}
.BgClassName
{
background-color: #ADB8C2;
}
</style>
border-color css
<style>
span { border-color: #ADB8C2; }
span { border-color: rgb(173,184,194); }
td.TdClassName
{
border-color: #ADB8C2;
}
.TagClassName
{
border-color: #ADB8C2;
}
</style>