Shades of Heather #ADBFC8
Tints of Heather #ADBFC8
RGB
CMYK
RGB Variations
Color information
#ADBFC8 (or 0xADBFC8) is known color: Heather. HEX triplet: AD, BF and C8. RGB value is (173,191,200). Sum of RGB (Red+Green+Blue) = 173+191+200=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 200 (78.52% from 255 or 35.46% from 564); Max value from RGB is 200 - color contains mainly: blue. Hex color #ADBFC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBFC8 is #524037. Grayscale: #BABABA. Windows color (decimal): -5390392 or 13156269. OLE color: 13156269.
HSL color Cylindrical-coordinate representation of color #ADBFC8: hue angle of 200º degrees, saturation: 0.2, 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 #ADBFC8 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 191 | 200 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.22 |
| HSL | 200º | 0.2% | 0.73% | - |
| HSV(B) | 200º | 0.14% | 0.78% | - |
| XYZ | 46.29 | 50.32 | 61.92 | - |
| YUV | 186.64 | 135.54 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 191 | 200 | 0.14 | 0.04 | 0 | 0.22 | 200 | 0.2 | 0.73 |
| Hex | AD | BF | C8 | E | 4 | 0 | 16 | C8 | 14 | 49 |
| Octal | 255 | 277 | 310 | 16 | 4 | 0 | 26 | 310 | 24 | 111 |
| Binary | 10101101 | 10111111 | 11001000 | 1110 | 100 | 0 | 10110 | 11001000 | 10100 | 1001001 |
Color Harmonies of #ADBFC8
Complementary color
Monochromatic Colors of #ADBFC8
Black with #ADBFC8
Text Example
Text Example
White with #ADBFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBFC8; }
p { color: rgb(173,191,200); }
H1.HeaderClassName
{
color: #ADBFC8;
}
.AnyTagClassName
{
color: #ADBFC8;
}
</style>
background-color css
<style>
a { background-color: #ADBFC8; }
a { background-color: rgb(173,191,200); }
div.DivClassName
{
background-color: #ADBFC8;
}
.BgClassName
{
background-color: #ADBFC8;
}
</style>
border-color css
<style>
span { border-color: #ADBFC8; }
span { border-color: rgb(173,191,200); }
td.TdClassName
{
border-color: #ADBFC8;
}
.TagClassName
{
border-color: #ADBFC8;
}
</style>