Shades of Heather #ADBFC9
Tints of Heather #ADBFC9
RGB
CMYK
RGB Variations
Color information
#ADBFC9 (or 0xADBFC9) is known color: Heather. HEX triplet: AD, BF and C9. RGB value is (173,191,201). Sum of RGB (Red+Green+Blue) = 173+191+201=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 201 (78.91% from 255 or 35.58% from 565); Max value from RGB is 201 - color contains mainly: blue. Hex color #ADBFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBFC9 is #524036. Grayscale: #BABABA. Windows color (decimal): -5390391 or 13221805. OLE color: 13221805.
HSL color Cylindrical-coordinate representation of color #ADBFC9: hue angle of 201.43º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADBFC9 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 191 | 201 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.21 |
| HSL | 201.43º | 0.21% | 0.73% | - |
| HSV(B) | 201.43º | 0.14% | 0.79% | - |
| XYZ | 46.41 | 50.36 | 62.53 | - |
| YUV | 186.76 | 136.04 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 191 | 201 | 0.14 | 0.05 | 0 | 0.21 | 201.43 | 0.21 | 0.73 |
| Hex | AD | BF | C9 | E | 5 | 0 | 15 | C9 | 15 | 49 |
| Octal | 255 | 277 | 311 | 16 | 5 | 0 | 25 | 311 | 25 | 111 |
| Binary | 10101101 | 10111111 | 11001001 | 1110 | 101 | 0 | 10101 | 11001001 | 10101 | 1001001 |
Color Harmonies of #ADBFC9
Complementary color
Monochromatic Colors of #ADBFC9
Black with #ADBFC9
Text Example
Text Example
White with #ADBFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBFC9; }
p { color: rgb(173,191,201); }
H1.HeaderClassName
{
color: #ADBFC9;
}
.AnyTagClassName
{
color: #ADBFC9;
}
</style>
background-color css
<style>
a { background-color: #ADBFC9; }
a { background-color: rgb(173,191,201); }
div.DivClassName
{
background-color: #ADBFC9;
}
.BgClassName
{
background-color: #ADBFC9;
}
</style>
border-color css
<style>
span { border-color: #ADBFC9; }
span { border-color: rgb(173,191,201); }
td.TdClassName
{
border-color: #ADBFC9;
}
.TagClassName
{
border-color: #ADBFC9;
}
</style>