Shades of Heather #ADBBC2
Tints of Heather #ADBBC2
RGB
CMYK
RGB Variations
Color information
#ADBBC2 (or 0xADBBC2) is known color: Heather. HEX triplet: AD, BB and C2. RGB value is (173,187,194). Sum of RGB (Red+Green+Blue) = 173+187+194=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 194 - color contains mainly: blue. Hex color #ADBBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBC2 is #52443D. Grayscale: #B7B7B7. Windows color (decimal): -5391422 or 12762029. OLE color: 12762029.
HSL color Cylindrical-coordinate representation of color #ADBBC2: hue angle of 200º 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 #ADBBC2 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 173 | 187 | 194 | - |
CMYK | 0.11 | 0.04 | 0 | 0.24 |
HSL | 200º | 0.15% | 0.72% | - |
HSV(B) | 200º | 0.11% | 0.76% | - |
XYZ | 44.74 | 48.32 | 58.01 | - |
YUV | 183.61 | 133.86 | 120.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 187 | 194 | 0.11 | 0.04 | 0 | 0.24 | 200 | 0.15 | 0.72 |
Hex | AD | BB | C2 | B | 4 | 0 | 18 | C8 | F | 48 |
Octal | 255 | 273 | 302 | 13 | 4 | 0 | 30 | 310 | 17 | 110 |
Binary | 10101101 | 10111011 | 11000010 | 1011 | 100 | 0 | 11000 | 11001000 | 1111 | 1001000 |
Color Harmonies of #ADBBC2
Complementary color
Monochromatic Colors of #ADBBC2
Black with #ADBBC2
Text Example
Text Example
White with #ADBBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBBC2; }
p { color: rgb(173,187,194); }
H1.HeaderClassName
{
color: #ADBBC2;
}
.AnyTagClassName
{
color: #ADBBC2;
}
</style>
background-color css
<style>
a { background-color: #ADBBC2; }
a { background-color: rgb(173,187,194); }
div.DivClassName
{
background-color: #ADBBC2;
}
.BgClassName
{
background-color: #ADBBC2;
}
</style>
border-color css
<style>
span { border-color: #ADBBC2; }
span { border-color: rgb(173,187,194); }
td.TdClassName
{
border-color: #ADBBC2;
}
.TagClassName
{
border-color: #ADBBC2;
}
</style>