Shades of Heather #ADB5BF
Tints of Heather #ADB5BF
RGB
CMYK
RGB Variations
Color information
#ADB5BF (or 0xADB5BF) is known color: Heather. HEX triplet: AD, B5 and BF. RGB value is (173,181,191). Sum of RGB (Red+Green+Blue) = 173+181+191=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 181 (71.09% from 255 or 33.21% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 191 - color contains mainly: blue. Hex color #ADB5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB5BF is #524A40. Grayscale: #B3B3B3. Windows color (decimal): -5392961 or 12563885. OLE color: 12563885.
HSL color Cylindrical-coordinate representation of color #ADB5BF: hue angle of 213.33º 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 #ADB5BF is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 173 | 181 | 191 | - |
CMYK | 0.09 | 0.05 | 0 | 0.25 |
HSL | 213.33º | 0.12% | 0.71% | - |
HSV(B) | 213.33º | 0.09% | 0.75% | - |
XYZ | 43.16 | 45.69 | 55.84 | - |
YUV | 179.75 | 134.35 | 123.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 181 | 191 | 0.09 | 0.05 | 0 | 0.25 | 213.33 | 0.12 | 0.71 |
Hex | AD | B5 | BF | 9 | 5 | 0 | 19 | D5 | C | 47 |
Octal | 255 | 265 | 277 | 11 | 5 | 0 | 31 | 325 | 14 | 107 |
Binary | 10101101 | 10110101 | 10111111 | 1001 | 101 | 0 | 11001 | 11010101 | 1100 | 1000111 |
Color Harmonies of #ADB5BF
Complementary color
Monochromatic Colors of #ADB5BF
Black with #ADB5BF
Text Example
Text Example
White with #ADB5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB5BF; }
p { color: rgb(173,181,191); }
H1.HeaderClassName
{
color: #ADB5BF;
}
.AnyTagClassName
{
color: #ADB5BF;
}
</style>
background-color css
<style>
a { background-color: #ADB5BF; }
a { background-color: rgb(173,181,191); }
div.DivClassName
{
background-color: #ADB5BF;
}
.BgClassName
{
background-color: #ADB5BF;
}
</style>
border-color css
<style>
span { border-color: #ADB5BF; }
span { border-color: rgb(173,181,191); }
td.TdClassName
{
border-color: #ADB5BF;
}
.TagClassName
{
border-color: #ADB5BF;
}
</style>