Shades of East Side #AB9BBD
Tints of East Side #AB9BBD
RGB
CMYK
RGB Variations
Color information
#AB9BBD (or 0xAB9BBD) is known color: East Side. HEX triplet: AB, 9B and BD. RGB value is (171,155,189). Sum of RGB (Red+Green+Blue) = 171+155+189=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB9BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9BBD is #546442. Grayscale: #A3A3A3. Windows color (decimal): -5530691 or 12426155. OLE color: 12426155.
HSL color Cylindrical-coordinate representation of color #AB9BBD: hue angle of 268.24º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AB9BBD is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 155 | 189 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.26 |
| HSL | 268.24º | 0.2% | 0.67% | - |
| HSV(B) | 268.24º | 0.18% | 0.74% | - |
| XYZ | 37.7 | 35.77 | 53.06 | - |
| YUV | 163.66 | 142.3 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 155 | 189 | 0.10 | 0.18 | 0 | 0.26 | 268.24 | 0.2 | 0.67 |
| Hex | AB | 9B | BD | A | 12 | 0 | 1A | 10C | 14 | 43 |
| Octal | 253 | 233 | 275 | 12 | 22 | 0 | 32 | 414 | 24 | 103 |
| Binary | 10101011 | 10011011 | 10111101 | 1010 | 10010 | 0 | 11010 | 100001100 | 10100 | 1000011 |
Color Harmonies of #AB9BBD
Complementary color
Monochromatic Colors of #AB9BBD
Black with #AB9BBD
Text Example
Text Example
White with #AB9BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9BBD; }
p { color: rgb(171,155,189); }
H1.HeaderClassName
{
color: #AB9BBD;
}
.AnyTagClassName
{
color: #AB9BBD;
}
</style>
background-color css
<style>
a { background-color: #AB9BBD; }
a { background-color: rgb(171,155,189); }
div.DivClassName
{
background-color: #AB9BBD;
}
.BgClassName
{
background-color: #AB9BBD;
}
</style>
border-color css
<style>
span { border-color: #AB9BBD; }
span { border-color: rgb(171,155,189); }
td.TdClassName
{
border-color: #AB9BBD;
}
.TagClassName
{
border-color: #AB9BBD;
}
</style>