Shades of Heather #ADBCC1
Tints of Heather #ADBCC1
RGB
CMYK
RGB Variations
Color information
#ADBCC1 (or 0xADBCC1) is known color: Heather. HEX triplet: AD, BC and C1. RGB value is (173,188,193). Sum of RGB (Red+Green+Blue) = 173+188+193=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 193 - color contains mainly: blue. Hex color #ADBCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBCC1 is #52433E. Grayscale: #B8B8B8. Windows color (decimal): -5391167 or 12696749. OLE color: 12696749.
HSL color Cylindrical-coordinate representation of color #ADBCC1: hue angle of 195º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADBCC1 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 188 | 193 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.24 |
| HSL | 195º | 0.14% | 0.72% | - |
| HSV(B) | 195º | 0.1% | 0.76% | - |
| XYZ | 44.84 | 48.7 | 57.49 | - |
| YUV | 184.09 | 133.03 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 193 | 0.10 | 0.03 | 0 | 0.24 | 195 | 0.14 | 0.72 |
| Hex | AD | BC | C1 | A | 3 | 0 | 18 | C3 | E | 48 |
| Octal | 255 | 274 | 301 | 12 | 3 | 0 | 30 | 303 | 16 | 110 |
| Binary | 10101101 | 10111100 | 11000001 | 1010 | 11 | 0 | 11000 | 11000011 | 1110 | 1001000 |
Color Harmonies of #ADBCC1
Complementary color
Monochromatic Colors of #ADBCC1
Black with #ADBCC1
Text Example
Text Example
White with #ADBCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBCC1; }
p { color: rgb(173,188,193); }
H1.HeaderClassName
{
color: #ADBCC1;
}
.AnyTagClassName
{
color: #ADBCC1;
}
</style>
background-color css
<style>
a { background-color: #ADBCC1; }
a { background-color: rgb(173,188,193); }
div.DivClassName
{
background-color: #ADBCC1;
}
.BgClassName
{
background-color: #ADBCC1;
}
</style>
border-color css
<style>
span { border-color: #ADBCC1; }
span { border-color: rgb(173,188,193); }
td.TdClassName
{
border-color: #ADBCC1;
}
.TagClassName
{
border-color: #ADBCC1;
}
</style>