Shades of Heather #ADBFC4
Tints of Heather #ADBFC4
RGB
CMYK
RGB Variations
Color information
#ADBFC4 (or 0xADBFC4) is known color: Heather. HEX triplet: AD, BF and C4. RGB value is (173,191,196). Sum of RGB (Red+Green+Blue) = 173+191+196=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 196 (76.95% from 255 or 35% from 560); Max value from RGB is 196 - color contains mainly: blue. Hex color #ADBFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBFC4 is #52403B. Grayscale: #BABABA. Windows color (decimal): -5390396 or 12894125. OLE color: 12894125.
HSL color Cylindrical-coordinate representation of color #ADBFC4: hue angle of 193.04º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADBFC4 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 191 | 196 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.23 |
| HSL | 193.04º | 0.16% | 0.72% | - |
| HSV(B) | 193.04º | 0.12% | 0.77% | - |
| XYZ | 45.83 | 50.13 | 59.49 | - |
| YUV | 186.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 191 | 196 | 0.12 | 0.03 | 0 | 0.23 | 193.04 | 0.16 | 0.72 |
| Hex | AD | BF | C4 | C | 3 | 0 | 17 | C1 | 10 | 48 |
| Octal | 255 | 277 | 304 | 14 | 3 | 0 | 27 | 301 | 20 | 110 |
| Binary | 10101101 | 10111111 | 11000100 | 1100 | 11 | 0 | 10111 | 11000001 | 10000 | 1001000 |
Color Harmonies of #ADBFC4
Complementary color
Monochromatic Colors of #ADBFC4
Black with #ADBFC4
Text Example
Text Example
White with #ADBFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBFC4; }
p { color: rgb(173,191,196); }
H1.HeaderClassName
{
color: #ADBFC4;
}
.AnyTagClassName
{
color: #ADBFC4;
}
</style>
background-color css
<style>
a { background-color: #ADBFC4; }
a { background-color: rgb(173,191,196); }
div.DivClassName
{
background-color: #ADBFC4;
}
.BgClassName
{
background-color: #ADBFC4;
}
</style>
border-color css
<style>
span { border-color: #ADBFC4; }
span { border-color: rgb(173,191,196); }
td.TdClassName
{
border-color: #ADBFC4;
}
.TagClassName
{
border-color: #ADBFC4;
}
</style>