Shades of East Side #B291BE
Tints of East Side #B291BE
RGB
CMYK
RGB Variations
Color information
#B291BE (or 0xB291BE) is known color: East Side. HEX triplet: B2, 91 and BE. RGB value is (178,145,190). Sum of RGB (Red+Green+Blue) = 178+145+190=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 145 (57.03% from 255 or 28.27% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 190 - color contains mainly: blue. Hex color #B291BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B291BE is #4D6E41. Grayscale: #9F9F9F. Windows color (decimal): -5074498 or 12489138. OLE color: 12489138.
HSL color Cylindrical-coordinate representation of color #B291BE: hue angle of 284º 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 #B291BE is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 145 | 190 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.25 |
| HSL | 284º | 0.26% | 0.66% | - |
| HSV(B) | 284º | 0.24% | 0.75% | - |
| XYZ | 37.78 | 33.43 | 53.18 | - |
| YUV | 160 | 144.93 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 145 | 190 | 0.06 | 0.24 | 0 | 0.25 | 284 | 0.26 | 0.66 |
| Hex | B2 | 91 | BE | 6 | 18 | 0 | 19 | 11C | 1A | 42 |
| Octal | 262 | 221 | 276 | 6 | 30 | 0 | 31 | 434 | 32 | 102 |
| Binary | 10110010 | 10010001 | 10111110 | 110 | 11000 | 0 | 11001 | 100011100 | 11010 | 1000010 |
Color Harmonies of #B291BE
Complementary color
Monochromatic Colors of #B291BE
Black with #B291BE
Text Example
Text Example
White with #B291BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B291BE; }
p { color: rgb(178,145,190); }
H1.HeaderClassName
{
color: #B291BE;
}
.AnyTagClassName
{
color: #B291BE;
}
</style>
background-color css
<style>
a { background-color: #B291BE; }
a { background-color: rgb(178,145,190); }
div.DivClassName
{
background-color: #B291BE;
}
.BgClassName
{
background-color: #B291BE;
}
</style>
border-color css
<style>
span { border-color: #B291BE; }
span { border-color: rgb(178,145,190); }
td.TdClassName
{
border-color: #B291BE;
}
.TagClassName
{
border-color: #B291BE;
}
</style>