Shades of East Side #B191BE
Tints of East Side #B191BE
RGB
CMYK
RGB Variations
Color information
#B191BE (or 0xB191BE) is known color: East Side. HEX triplet: B1, 91 and BE. RGB value is (177,145,190). Sum of RGB (Red+Green+Blue) = 177+145+190=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #B191BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B191BE is #4E6E41. Grayscale: #9F9F9F. Windows color (decimal): -5140034 or 12489137. OLE color: 12489137.
HSL color Cylindrical-coordinate representation of color #B191BE: hue angle of 282.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B191BE is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 145 | 190 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.25 |
| HSL | 282.67º | 0.26% | 0.66% | - |
| HSV(B) | 282.67º | 0.24% | 0.75% | - |
| XYZ | 37.55 | 33.32 | 53.17 | - |
| YUV | 159.7 | 145.1 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 190 | 0.07 | 0.24 | 0 | 0.25 | 282.67 | 0.26 | 0.66 |
| Hex | B1 | 91 | BE | 7 | 18 | 0 | 19 | 11B | 1A | 42 |
| Octal | 261 | 221 | 276 | 7 | 30 | 0 | 31 | 433 | 32 | 102 |
| Binary | 10110001 | 10010001 | 10111110 | 111 | 11000 | 0 | 11001 | 100011011 | 11010 | 1000010 |
Color Harmonies of #B191BE
Complementary color
Monochromatic Colors of #B191BE
Black with #B191BE
Text Example
Text Example
White with #B191BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B191BE; }
p { color: rgb(177,145,190); }
H1.HeaderClassName
{
color: #B191BE;
}
.AnyTagClassName
{
color: #B191BE;
}
</style>
background-color css
<style>
a { background-color: #B191BE; }
a { background-color: rgb(177,145,190); }
div.DivClassName
{
background-color: #B191BE;
}
.BgClassName
{
background-color: #B191BE;
}
</style>
border-color css
<style>
span { border-color: #B191BE; }
span { border-color: rgb(177,145,190); }
td.TdClassName
{
border-color: #B191BE;
}
.TagClassName
{
border-color: #B191BE;
}
</style>