Shades of East Side #B293BE
Tints of East Side #B293BE
RGB
CMYK
RGB Variations
Color information
#B293BE (or 0xB293BE) is known color: East Side. HEX triplet: B2, 93 and BE. RGB value is (178,147,190). Sum of RGB (Red+Green+Blue) = 178+147+190=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 190 - color contains mainly: blue. Hex color #B293BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B293BE is #4D6C41. Grayscale: #A1A1A1. Windows color (decimal): -5073986 or 12489650. OLE color: 12489650.
HSL color Cylindrical-coordinate representation of color #B293BE: hue angle of 283.26º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B293BE is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 147 | 190 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.25 |
| HSL | 283.26º | 0.25% | 0.66% | - |
| HSV(B) | 283.26º | 0.23% | 0.75% | - |
| XYZ | 38.09 | 34.05 | 53.28 | - |
| YUV | 161.17 | 144.27 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 147 | 190 | 0.06 | 0.23 | 0 | 0.25 | 283.26 | 0.25 | 0.66 |
| Hex | B2 | 93 | BE | 6 | 17 | 0 | 19 | 11B | 19 | 42 |
| Octal | 262 | 223 | 276 | 6 | 27 | 0 | 31 | 433 | 31 | 102 |
| Binary | 10110010 | 10010011 | 10111110 | 110 | 10111 | 0 | 11001 | 100011011 | 11001 | 1000010 |
Color Harmonies of #B293BE
Complementary color
Monochromatic Colors of #B293BE
Black with #B293BE
Text Example
Text Example
White with #B293BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B293BE; }
p { color: rgb(178,147,190); }
H1.HeaderClassName
{
color: #B293BE;
}
.AnyTagClassName
{
color: #B293BE;
}
</style>
background-color css
<style>
a { background-color: #B293BE; }
a { background-color: rgb(178,147,190); }
div.DivClassName
{
background-color: #B293BE;
}
.BgClassName
{
background-color: #B293BE;
}
</style>
border-color css
<style>
span { border-color: #B293BE; }
span { border-color: rgb(178,147,190); }
td.TdClassName
{
border-color: #B293BE;
}
.TagClassName
{
border-color: #B293BE;
}
</style>