Shades of Heather #ADBBC7
Tints of Heather #ADBBC7
RGB
CMYK
RGB Variations
Color information
#ADBBC7 (or 0xADBBC7) is known color: Heather. HEX triplet: AD, BB and C7. RGB value is (173,187,199). Sum of RGB (Red+Green+Blue) = 173+187+199=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 199 - color contains mainly: blue. Hex color #ADBBC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBC7 is #524438. Grayscale: #B8B8B8. Windows color (decimal): -5391417 or 13089709. OLE color: 13089709.
HSL color Cylindrical-coordinate representation of color #ADBBC7: hue angle of 207.69º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADBBC7 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 173 | 187 | 199 | - |
CMYK | 0.13 | 0.06 | 0 | 0.22 |
HSL | 207.69º | 0.19% | 0.73% | - |
HSV(B) | 207.69º | 0.13% | 0.78% | - |
XYZ | 45.31 | 48.55 | 61.02 | - |
YUV | 184.18 | 136.36 | 120.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 187 | 199 | 0.13 | 0.06 | 0 | 0.22 | 207.69 | 0.19 | 0.73 |
Hex | AD | BB | C7 | D | 6 | 0 | 16 | D0 | 13 | 49 |
Octal | 255 | 273 | 307 | 15 | 6 | 0 | 26 | 320 | 23 | 111 |
Binary | 10101101 | 10111011 | 11000111 | 1101 | 110 | 0 | 10110 | 11010000 | 10011 | 1001001 |
Color Harmonies of #ADBBC7
Complementary color
Monochromatic Colors of #ADBBC7
Black with #ADBBC7
Text Example
Text Example
White with #ADBBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBBC7; }
p { color: rgb(173,187,199); }
H1.HeaderClassName
{
color: #ADBBC7;
}
.AnyTagClassName
{
color: #ADBBC7;
}
</style>
background-color css
<style>
a { background-color: #ADBBC7; }
a { background-color: rgb(173,187,199); }
div.DivClassName
{
background-color: #ADBBC7;
}
.BgClassName
{
background-color: #ADBBC7;
}
</style>
border-color css
<style>
span { border-color: #ADBBC7; }
span { border-color: rgb(173,187,199); }
td.TdClassName
{
border-color: #ADBBC7;
}
.TagClassName
{
border-color: #ADBBC7;
}
</style>