Shades of East Side #AD9FBC
Tints of East Side #AD9FBC
RGB
CMYK
RGB Variations
Color information
#AD9FBC (or 0xAD9FBC) is known color: East Side. HEX triplet: AD, 9F and BC. RGB value is (173,159,188). Sum of RGB (Red+Green+Blue) = 173+159+188=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD9FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9FBC is #526043. Grayscale: #A6A6A6. Windows color (decimal): -5398596 or 12361645. OLE color: 12361645.
HSL color Cylindrical-coordinate representation of color #AD9FBC: hue angle of 268.97º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AD9FBC is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 159 | 188 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.26 |
| HSL | 268.97º | 0.18% | 0.68% | - |
| HSV(B) | 268.97º | 0.15% | 0.74% | - |
| XYZ | 38.71 | 37.31 | 52.74 | - |
| YUV | 166.49 | 140.14 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 188 | 0.08 | 0.15 | 0 | 0.26 | 268.97 | 0.18 | 0.68 |
| Hex | AD | 9F | BC | 8 | F | 0 | 1A | 10D | 12 | 44 |
| Octal | 255 | 237 | 274 | 10 | 17 | 0 | 32 | 415 | 22 | 104 |
| Binary | 10101101 | 10011111 | 10111100 | 1000 | 1111 | 0 | 11010 | 100001101 | 10010 | 1000100 |
Color Harmonies of #AD9FBC
Complementary color
Monochromatic Colors of #AD9FBC
Black with #AD9FBC
Text Example
Text Example
White with #AD9FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9FBC; }
p { color: rgb(173,159,188); }
H1.HeaderClassName
{
color: #AD9FBC;
}
.AnyTagClassName
{
color: #AD9FBC;
}
</style>
background-color css
<style>
a { background-color: #AD9FBC; }
a { background-color: rgb(173,159,188); }
div.DivClassName
{
background-color: #AD9FBC;
}
.BgClassName
{
background-color: #AD9FBC;
}
</style>
border-color css
<style>
span { border-color: #AD9FBC; }
span { border-color: rgb(173,159,188); }
td.TdClassName
{
border-color: #AD9FBC;
}
.TagClassName
{
border-color: #AD9FBC;
}
</style>