Shades of East Side #B489BA
Tints of East Side #B489BA
RGB
CMYK
RGB Variations
Color information
#B489BA (or 0xB489BA) is known color: East Side. HEX triplet: B4, 89 and BA. RGB value is (180,137,186). Sum of RGB (Red+Green+Blue) = 180+137+186=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #B489BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B489BA is #4B7645. Grayscale: #9B9B9B. Windows color (decimal): -4945478 or 12224948. OLE color: 12224948.
HSL color Cylindrical-coordinate representation of color #B489BA: hue angle of 292.65º 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 #B489BA is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 137 | 186 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.27 |
| HSL | 292.65º | 0.26% | 0.63% | - |
| HSV(B) | 292.65º | 0.26% | 0.73% | - |
| XYZ | 36.63 | 31.14 | 50.53 | - |
| YUV | 155.44 | 145.25 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 137 | 186 | 0.03 | 0.26 | 0 | 0.27 | 292.65 | 0.26 | 0.63 |
| Hex | B4 | 89 | BA | 3 | 1A | 0 | 1B | 125 | 1A | 3F |
| Octal | 264 | 211 | 272 | 3 | 32 | 0 | 33 | 445 | 32 | 77 |
| Binary | 10110100 | 10001001 | 10111010 | 11 | 11010 | 0 | 11011 | 100100101 | 11010 | 111111 |
Color Harmonies of #B489BA
Complementary color
Monochromatic Colors of #B489BA
Black with #B489BA
Text Example
Text Example
White with #B489BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B489BA; }
p { color: rgb(180,137,186); }
H1.HeaderClassName
{
color: #B489BA;
}
.AnyTagClassName
{
color: #B489BA;
}
</style>
background-color css
<style>
a { background-color: #B489BA; }
a { background-color: rgb(180,137,186); }
div.DivClassName
{
background-color: #B489BA;
}
.BgClassName
{
background-color: #B489BA;
}
</style>
border-color css
<style>
span { border-color: #B489BA; }
span { border-color: rgb(180,137,186); }
td.TdClassName
{
border-color: #B489BA;
}
.TagClassName
{
border-color: #B489BA;
}
</style>