Shades of Heather #ADBEC2
Tints of Heather #ADBEC2
RGB
CMYK
RGB Variations
Color information
#ADBEC2 (or 0xADBEC2) is known color: Heather. HEX triplet: AD, BE and C2. RGB value is (173,190,194). Sum of RGB (Red+Green+Blue) = 173+190+194=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 194 (76.17% from 255 or 34.83% from 557); Max value from RGB is 194 - color contains mainly: blue. Hex color #ADBEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBEC2 is #52413D. Grayscale: #B9B9B9. Windows color (decimal): -5390654 or 12762797. OLE color: 12762797.
HSL color Cylindrical-coordinate representation of color #ADBEC2: hue angle of 191.43º 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 #ADBEC2 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 173 | 190 | 194 | - |
CMYK | 0.11 | 0.02 | 0 | 0.24 |
HSL | 191.43º | 0.15% | 0.72% | - |
HSV(B) | 191.43º | 0.11% | 0.76% | - |
XYZ | 45.38 | 49.61 | 58.22 | - |
YUV | 185.37 | 132.87 | 119.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 190 | 194 | 0.11 | 0.02 | 0 | 0.24 | 191.43 | 0.15 | 0.72 |
Hex | AD | BE | C2 | B | 2 | 0 | 18 | BF | F | 48 |
Octal | 255 | 276 | 302 | 13 | 2 | 0 | 30 | 277 | 17 | 110 |
Binary | 10101101 | 10111110 | 11000010 | 1011 | 10 | 0 | 11000 | 10111111 | 1111 | 1001000 |
Color Harmonies of #ADBEC2
Complementary color
Monochromatic Colors of #ADBEC2
Black with #ADBEC2
Text Example
Text Example
White with #ADBEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBEC2; }
p { color: rgb(173,190,194); }
H1.HeaderClassName
{
color: #ADBEC2;
}
.AnyTagClassName
{
color: #ADBEC2;
}
</style>
background-color css
<style>
a { background-color: #ADBEC2; }
a { background-color: rgb(173,190,194); }
div.DivClassName
{
background-color: #ADBEC2;
}
.BgClassName
{
background-color: #ADBEC2;
}
</style>
border-color css
<style>
span { border-color: #ADBEC2; }
span { border-color: rgb(173,190,194); }
td.TdClassName
{
border-color: #ADBEC2;
}
.TagClassName
{
border-color: #ADBEC2;
}
</style>