Shades of Heather #ADBCC2
Tints of Heather #ADBCC2
RGB
CMYK
RGB Variations
Color information
#ADBCC2 (or 0xADBCC2) is known color: Heather. HEX triplet: AD, BC and C2. RGB value is (173,188,194). Sum of RGB (Red+Green+Blue) = 173+188+194=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 194 - color contains mainly: blue. Hex color #ADBCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBCC2 is #52433D. Grayscale: #B8B8B8. Windows color (decimal): -5391166 or 12762285. OLE color: 12762285.
HSL color Cylindrical-coordinate representation of color #ADBCC2: hue angle of 197.14º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADBCC2 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 188 | 194 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.24 |
| HSL | 197.14º | 0.15% | 0.72% | - |
| HSV(B) | 197.14º | 0.11% | 0.76% | - |
| XYZ | 44.95 | 48.75 | 58.08 | - |
| YUV | 184.2 | 133.53 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 194 | 0.11 | 0.03 | 0 | 0.24 | 197.14 | 0.15 | 0.72 |
| Hex | AD | BC | C2 | B | 3 | 0 | 18 | C5 | F | 48 |
| Octal | 255 | 274 | 302 | 13 | 3 | 0 | 30 | 305 | 17 | 110 |
| Binary | 10101101 | 10111100 | 11000010 | 1011 | 11 | 0 | 11000 | 11000101 | 1111 | 1001000 |
Color Harmonies of #ADBCC2
Complementary color
Monochromatic Colors of #ADBCC2
Black with #ADBCC2
Text Example
Text Example
White with #ADBCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBCC2; }
p { color: rgb(173,188,194); }
H1.HeaderClassName
{
color: #ADBCC2;
}
.AnyTagClassName
{
color: #ADBCC2;
}
</style>
background-color css
<style>
a { background-color: #ADBCC2; }
a { background-color: rgb(173,188,194); }
div.DivClassName
{
background-color: #ADBCC2;
}
.BgClassName
{
background-color: #ADBCC2;
}
</style>
border-color css
<style>
span { border-color: #ADBCC2; }
span { border-color: rgb(173,188,194); }
td.TdClassName
{
border-color: #ADBCC2;
}
.TagClassName
{
border-color: #ADBCC2;
}
</style>