Shades of East Side #B589BA
Tints of East Side #B589BA
RGB
CMYK
RGB Variations
Color information
#B589BA (or 0xB589BA) is known color: East Side. HEX triplet: B5, 89 and BA. RGB value is (181,137,186). Sum of RGB (Red+Green+Blue) = 181+137+186=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 137 (53.91% from 255 or 27.18% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #B589BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B589BA is #4A7645. Grayscale: #9B9B9B. Windows color (decimal): -4879942 or 12224949. OLE color: 12224949.
HSL color Cylindrical-coordinate representation of color #B589BA: hue angle of 293.88º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B589BA is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 137 | 186 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.27 |
| HSL | 293.88º | 0.26% | 0.63% | - |
| HSV(B) | 293.88º | 0.26% | 0.73% | - |
| XYZ | 36.86 | 31.26 | 50.55 | - |
| YUV | 155.74 | 145.08 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 137 | 186 | 0.03 | 0.26 | 0 | 0.27 | 293.88 | 0.26 | 0.63 |
| Hex | B5 | 89 | BA | 3 | 1A | 0 | 1B | 126 | 1A | 3F |
| Octal | 265 | 211 | 272 | 3 | 32 | 0 | 33 | 446 | 32 | 77 |
| Binary | 10110101 | 10001001 | 10111010 | 11 | 11010 | 0 | 11011 | 100100110 | 11010 | 111111 |
Color Harmonies of #B589BA
Complementary color
Monochromatic Colors of #B589BA
Black with #B589BA
Text Example
Text Example
White with #B589BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B589BA; }
p { color: rgb(181,137,186); }
H1.HeaderClassName
{
color: #B589BA;
}
.AnyTagClassName
{
color: #B589BA;
}
</style>
background-color css
<style>
a { background-color: #B589BA; }
a { background-color: rgb(181,137,186); }
div.DivClassName
{
background-color: #B589BA;
}
.BgClassName
{
background-color: #B589BA;
}
</style>
border-color css
<style>
span { border-color: #B589BA; }
span { border-color: rgb(181,137,186); }
td.TdClassName
{
border-color: #B589BA;
}
.TagClassName
{
border-color: #B589BA;
}
</style>