Shades of Heather #ADB7BC
Tints of Heather #ADB7BC
RGB
CMYK
RGB Variations
Color information
#ADB7BC (or 0xADB7BC) is known color: Heather. HEX triplet: AD, B7 and BC. RGB value is (173,183,188). Sum of RGB (Red+Green+Blue) = 173+183+188=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 183 (71.88% from 255 or 33.64% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 188 - color contains mainly: blue. Hex color #ADB7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB7BC is #524843. Grayscale: #B4B4B4. Windows color (decimal): -5392452 or 12367789. OLE color: 12367789.
HSL color Cylindrical-coordinate representation of color #ADB7BC: hue angle of 200º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADB7BC is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 173 | 183 | 188 | - |
CMYK | 0.08 | 0.03 | 0 | 0.26 |
HSL | 200º | 0.1% | 0.71% | - |
HSV(B) | 200º | 0.08% | 0.74% | - |
XYZ | 43.24 | 46.38 | 54.25 | - |
YUV | 180.58 | 132.19 | 122.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 183 | 188 | 0.08 | 0.03 | 0 | 0.26 | 200 | 0.1 | 0.71 |
Hex | AD | B7 | BC | 8 | 3 | 0 | 1A | C8 | A | 47 |
Octal | 255 | 267 | 274 | 10 | 3 | 0 | 32 | 310 | 12 | 107 |
Binary | 10101101 | 10110111 | 10111100 | 1000 | 11 | 0 | 11010 | 11001000 | 1010 | 1000111 |
Color Harmonies of #ADB7BC
Complementary color
Monochromatic Colors of #ADB7BC
Black with #ADB7BC
Text Example
Text Example
White with #ADB7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB7BC; }
p { color: rgb(173,183,188); }
H1.HeaderClassName
{
color: #ADB7BC;
}
.AnyTagClassName
{
color: #ADB7BC;
}
</style>
background-color css
<style>
a { background-color: #ADB7BC; }
a { background-color: rgb(173,183,188); }
div.DivClassName
{
background-color: #ADB7BC;
}
.BgClassName
{
background-color: #ADB7BC;
}
</style>
border-color css
<style>
span { border-color: #ADB7BC; }
span { border-color: rgb(173,183,188); }
td.TdClassName
{
border-color: #ADB7BC;
}
.TagClassName
{
border-color: #ADB7BC;
}
</style>