Shades of East Side #B291BA
Tints of East Side #B291BA
RGB
CMYK
RGB Variations
Color information
#B291BA (or 0xB291BA) is known color: East Side. HEX triplet: B2, 91 and BA. RGB value is (178,145,186). Sum of RGB (Red+Green+Blue) = 178+145+186=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 145 (57.03% from 255 or 28.49% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 186 - color contains mainly: blue. Hex color #B291BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B291BA is #4D6E45. Grayscale: #9F9F9F. Windows color (decimal): -5074502 or 12226994. OLE color: 12226994.
HSL color Cylindrical-coordinate representation of color #B291BA: hue angle of 288.29º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B291BA is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 145 | 186 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.27 |
| HSL | 288.29º | 0.23% | 0.65% | - |
| HSV(B) | 288.29º | 0.22% | 0.73% | - |
| XYZ | 37.35 | 33.26 | 50.91 | - |
| YUV | 159.54 | 142.93 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 145 | 186 | 0.04 | 0.22 | 0 | 0.27 | 288.29 | 0.23 | 0.65 |
| Hex | B2 | 91 | BA | 4 | 16 | 0 | 1B | 120 | 17 | 41 |
| Octal | 262 | 221 | 272 | 4 | 26 | 0 | 33 | 440 | 27 | 101 |
| Binary | 10110010 | 10010001 | 10111010 | 100 | 10110 | 0 | 11011 | 100100000 | 10111 | 1000001 |
Color Harmonies of #B291BA
Complementary color
Monochromatic Colors of #B291BA
Black with #B291BA
Text Example
Text Example
White with #B291BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B291BA; }
p { color: rgb(178,145,186); }
H1.HeaderClassName
{
color: #B291BA;
}
.AnyTagClassName
{
color: #B291BA;
}
</style>
background-color css
<style>
a { background-color: #B291BA; }
a { background-color: rgb(178,145,186); }
div.DivClassName
{
background-color: #B291BA;
}
.BgClassName
{
background-color: #B291BA;
}
</style>
border-color css
<style>
span { border-color: #B291BA; }
span { border-color: rgb(178,145,186); }
td.TdClassName
{
border-color: #B291BA;
}
.TagClassName
{
border-color: #B291BA;
}
</style>