Shades of East Side #B19ABB
Tints of East Side #B19ABB
RGB
CMYK
RGB Variations
Color information
#B19ABB (or 0xB19ABB) is known color: East Side. HEX triplet: B1, 9A and BB. RGB value is (177,154,187). Sum of RGB (Red+Green+Blue) = 177+154+187=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 187 - color contains mainly: blue. Hex color #B19ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19ABB is #4E6544. Grayscale: #A4A4A4. Windows color (decimal): -5137733 or 12294833. OLE color: 12294833.
HSL color Cylindrical-coordinate representation of color #B19ABB: hue angle of 281.82º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B19ABB is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 154 | 187 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.27 |
| HSL | 281.82º | 0.2% | 0.67% | - |
| HSV(B) | 281.82º | 0.18% | 0.73% | - |
| XYZ | 38.66 | 36.05 | 51.93 | - |
| YUV | 164.64 | 140.62 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 187 | 0.05 | 0.18 | 0 | 0.27 | 281.82 | 0.2 | 0.67 |
| Hex | B1 | 9A | BB | 5 | 12 | 0 | 1B | 11A | 14 | 43 |
| Octal | 261 | 232 | 273 | 5 | 22 | 0 | 33 | 432 | 24 | 103 |
| Binary | 10110001 | 10011010 | 10111011 | 101 | 10010 | 0 | 11011 | 100011010 | 10100 | 1000011 |
Color Harmonies of #B19ABB
Complementary color
Monochromatic Colors of #B19ABB
Black with #B19ABB
Text Example
Text Example
White with #B19ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19ABB; }
p { color: rgb(177,154,187); }
H1.HeaderClassName
{
color: #B19ABB;
}
.AnyTagClassName
{
color: #B19ABB;
}
</style>
background-color css
<style>
a { background-color: #B19ABB; }
a { background-color: rgb(177,154,187); }
div.DivClassName
{
background-color: #B19ABB;
}
.BgClassName
{
background-color: #B19ABB;
}
</style>
border-color css
<style>
span { border-color: #B19ABB; }
span { border-color: rgb(177,154,187); }
td.TdClassName
{
border-color: #B19ABB;
}
.TagClassName
{
border-color: #B19ABB;
}
</style>