Shades of East Side #B290BA
Tints of East Side #B290BA
RGB
CMYK
RGB Variations
Color information
#B290BA (or 0xB290BA) is known color: East Side. HEX triplet: B2, 90 and BA. RGB value is (178,144,186). Sum of RGB (Red+Green+Blue) = 178+144+186=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 186 - color contains mainly: blue. Hex color #B290BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B290BA is #4D6F45. Grayscale: #9E9E9E. Windows color (decimal): -5074758 or 12226738. OLE color: 12226738.
HSL color Cylindrical-coordinate representation of color #B290BA: hue angle of 288.57º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B290BA is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 144 | 186 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.27 |
| HSL | 288.57º | 0.23% | 0.65% | - |
| HSV(B) | 288.57º | 0.23% | 0.73% | - |
| XYZ | 37.2 | 32.96 | 50.86 | - |
| YUV | 158.95 | 143.26 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 144 | 186 | 0.04 | 0.23 | 0 | 0.27 | 288.57 | 0.23 | 0.65 |
| Hex | B2 | 90 | BA | 4 | 17 | 0 | 1B | 121 | 17 | 41 |
| Octal | 262 | 220 | 272 | 4 | 27 | 0 | 33 | 441 | 27 | 101 |
| Binary | 10110010 | 10010000 | 10111010 | 100 | 10111 | 0 | 11011 | 100100001 | 10111 | 1000001 |
Color Harmonies of #B290BA
Complementary color
Monochromatic Colors of #B290BA
Black with #B290BA
Text Example
Text Example
White with #B290BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B290BA; }
p { color: rgb(178,144,186); }
H1.HeaderClassName
{
color: #B290BA;
}
.AnyTagClassName
{
color: #B290BA;
}
</style>
background-color css
<style>
a { background-color: #B290BA; }
a { background-color: rgb(178,144,186); }
div.DivClassName
{
background-color: #B290BA;
}
.BgClassName
{
background-color: #B290BA;
}
</style>
border-color css
<style>
span { border-color: #B290BA; }
span { border-color: rgb(178,144,186); }
td.TdClassName
{
border-color: #B290BA;
}
.TagClassName
{
border-color: #B290BA;
}
</style>