Shades of East Side #AB99B8
Tints of East Side #AB99B8
RGB
CMYK
RGB Variations
Color information
#AB99B8 (or 0xAB99B8) is known color: East Side. HEX triplet: AB, 99 and B8. RGB value is (171,153,184). Sum of RGB (Red+Green+Blue) = 171+153+184=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 184 (72.27% from 255 or 36.22% from 508); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB99B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB99B8 is #546647. Grayscale: #A1A1A1. Windows color (decimal): -5531208 or 12097963. OLE color: 12097963.
HSL color Cylindrical-coordinate representation of color #AB99B8: hue angle of 274.84º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AB99B8 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 153 | 184 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.28 |
| HSL | 274.84º | 0.18% | 0.66% | - |
| HSV(B) | 274.84º | 0.17% | 0.72% | - |
| XYZ | 36.84 | 34.9 | 50.14 | - |
| YUV | 161.92 | 140.46 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 184 | 0.07 | 0.17 | 0 | 0.28 | 274.84 | 0.18 | 0.66 |
| Hex | AB | 99 | B8 | 7 | 11 | 0 | 1C | 113 | 12 | 42 |
| Octal | 253 | 231 | 270 | 7 | 21 | 0 | 34 | 423 | 22 | 102 |
| Binary | 10101011 | 10011001 | 10111000 | 111 | 10001 | 0 | 11100 | 100010011 | 10010 | 1000010 |
Color Harmonies of #AB99B8
Complementary color
Monochromatic Colors of #AB99B8
Black with #AB99B8
Text Example
Text Example
White with #AB99B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB99B8; }
p { color: rgb(171,153,184); }
H1.HeaderClassName
{
color: #AB99B8;
}
.AnyTagClassName
{
color: #AB99B8;
}
</style>
background-color css
<style>
a { background-color: #AB99B8; }
a { background-color: rgb(171,153,184); }
div.DivClassName
{
background-color: #AB99B8;
}
.BgClassName
{
background-color: #AB99B8;
}
</style>
border-color css
<style>
span { border-color: #AB99B8; }
span { border-color: rgb(171,153,184); }
td.TdClassName
{
border-color: #AB99B8;
}
.TagClassName
{
border-color: #AB99B8;
}
</style>