Shades of East Side #B191BA
Tints of East Side #B191BA
RGB
CMYK
RGB Variations
Color information
#B191BA (or 0xB191BA) is known color: East Side. HEX triplet: B1, 91 and BA. RGB value is (177,145,186). Sum of RGB (Red+Green+Blue) = 177+145+186=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 145 (57.03% from 255 or 28.54% 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 #B191BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B191BA is #4E6E45. Grayscale: #9F9F9F. Windows color (decimal): -5140038 or 12226993. OLE color: 12226993.
HSL color Cylindrical-coordinate representation of color #B191BA: hue angle of 286.83º 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 #B191BA is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 145 | 186 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.27 |
| HSL | 286.83º | 0.23% | 0.65% | - |
| HSV(B) | 286.83º | 0.22% | 0.73% | - |
| XYZ | 37.12 | 33.14 | 50.9 | - |
| YUV | 159.24 | 143.1 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 186 | 0.05 | 0.22 | 0 | 0.27 | 286.83 | 0.23 | 0.65 |
| Hex | B1 | 91 | BA | 5 | 16 | 0 | 1B | 11F | 17 | 41 |
| Octal | 261 | 221 | 272 | 5 | 26 | 0 | 33 | 437 | 27 | 101 |
| Binary | 10110001 | 10010001 | 10111010 | 101 | 10110 | 0 | 11011 | 100011111 | 10111 | 1000001 |
Color Harmonies of #B191BA
Complementary color
Monochromatic Colors of #B191BA
Black with #B191BA
Text Example
Text Example
White with #B191BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B191BA; }
p { color: rgb(177,145,186); }
H1.HeaderClassName
{
color: #B191BA;
}
.AnyTagClassName
{
color: #B191BA;
}
</style>
background-color css
<style>
a { background-color: #B191BA; }
a { background-color: rgb(177,145,186); }
div.DivClassName
{
background-color: #B191BA;
}
.BgClassName
{
background-color: #B191BA;
}
</style>
border-color css
<style>
span { border-color: #B191BA; }
span { border-color: rgb(177,145,186); }
td.TdClassName
{
border-color: #B191BA;
}
.TagClassName
{
border-color: #B191BA;
}
</style>