Shades of East Side #AD99BC
Tints of East Side #AD99BC
RGB
CMYK
RGB Variations
Color information
#AD99BC (or 0xAD99BC) is known color: East Side. HEX triplet: AD, 99 and BC. RGB value is (173,153,188). Sum of RGB (Red+Green+Blue) = 173+153+188=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD99BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD99BC is #526643. Grayscale: #A2A2A2. Windows color (decimal): -5400132 or 12360109. OLE color: 12360109.
HSL color Cylindrical-coordinate representation of color #AD99BC: hue angle of 274.29º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AD99BC is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 153 | 188 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.26 |
| HSL | 274.29º | 0.21% | 0.67% | - |
| HSV(B) | 274.29º | 0.19% | 0.74% | - |
| XYZ | 37.7 | 35.3 | 52.4 | - |
| YUV | 162.97 | 142.13 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 188 | 0.08 | 0.19 | 0 | 0.26 | 274.29 | 0.21 | 0.67 |
| Hex | AD | 99 | BC | 8 | 13 | 0 | 1A | 112 | 15 | 43 |
| Octal | 255 | 231 | 274 | 10 | 23 | 0 | 32 | 422 | 25 | 103 |
| Binary | 10101101 | 10011001 | 10111100 | 1000 | 10011 | 0 | 11010 | 100010010 | 10101 | 1000011 |
Color Harmonies of #AD99BC
Complementary color
Monochromatic Colors of #AD99BC
Black with #AD99BC
Text Example
Text Example
White with #AD99BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD99BC; }
p { color: rgb(173,153,188); }
H1.HeaderClassName
{
color: #AD99BC;
}
.AnyTagClassName
{
color: #AD99BC;
}
</style>
background-color css
<style>
a { background-color: #AD99BC; }
a { background-color: rgb(173,153,188); }
div.DivClassName
{
background-color: #AD99BC;
}
.BgClassName
{
background-color: #AD99BC;
}
</style>
border-color css
<style>
span { border-color: #AD99BC; }
span { border-color: rgb(173,153,188); }
td.TdClassName
{
border-color: #AD99BC;
}
.TagClassName
{
border-color: #AD99BC;
}
</style>