Shades of Heather #ADB5BE
Tints of Heather #ADB5BE
RGB
CMYK
RGB Variations
Color information
#ADB5BE (or 0xADB5BE) is known color: Heather. HEX triplet: AD, B5 and BE. RGB value is (173,181,190). Sum of RGB (Red+Green+Blue) = 173+181+190=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 181 (71.09% from 255 or 33.27% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 190 - color contains mainly: blue. Hex color #ADB5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB5BE is #524A41. Grayscale: #B3B3B3. Windows color (decimal): -5392962 or 12498349. OLE color: 12498349.
HSL color Cylindrical-coordinate representation of color #ADB5BE: hue angle of 211.76º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADB5BE is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 173 | 181 | 190 | - |
CMYK | 0.09 | 0.05 | 0 | 0.25 |
HSL | 211.76º | 0.12% | 0.71% | - |
HSV(B) | 211.76º | 0.09% | 0.75% | - |
XYZ | 43.05 | 45.65 | 55.26 | - |
YUV | 179.63 | 133.85 | 123.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 181 | 190 | 0.09 | 0.05 | 0 | 0.25 | 211.76 | 0.12 | 0.71 |
Hex | AD | B5 | BE | 9 | 5 | 0 | 19 | D4 | C | 47 |
Octal | 255 | 265 | 276 | 11 | 5 | 0 | 31 | 324 | 14 | 107 |
Binary | 10101101 | 10110101 | 10111110 | 1001 | 101 | 0 | 11001 | 11010100 | 1100 | 1000111 |
Color Harmonies of #ADB5BE
Complementary color
Monochromatic Colors of #ADB5BE
Black with #ADB5BE
Text Example
Text Example
White with #ADB5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB5BE; }
p { color: rgb(173,181,190); }
H1.HeaderClassName
{
color: #ADB5BE;
}
.AnyTagClassName
{
color: #ADB5BE;
}
</style>
background-color css
<style>
a { background-color: #ADB5BE; }
a { background-color: rgb(173,181,190); }
div.DivClassName
{
background-color: #ADB5BE;
}
.BgClassName
{
background-color: #ADB5BE;
}
</style>
border-color css
<style>
span { border-color: #ADB5BE; }
span { border-color: rgb(173,181,190); }
td.TdClassName
{
border-color: #ADB5BE;
}
.TagClassName
{
border-color: #ADB5BE;
}
</style>