Shades of East Side #B292BE
Tints of East Side #B292BE
RGB
CMYK
RGB Variations
Color information
#B292BE (or 0xB292BE) is known color: East Side. HEX triplet: B2, 92 and BE. RGB value is (178,146,190). Sum of RGB (Red+Green+Blue) = 178+146+190=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 190 - color contains mainly: blue. Hex color #B292BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B292BE is #4D6D41. Grayscale: #A0A0A0. Windows color (decimal): -5074242 or 12489394. OLE color: 12489394.
HSL color Cylindrical-coordinate representation of color #B292BE: hue angle of 283.64º 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 #B292BE is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 146 | 190 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.25 |
| HSL | 283.64º | 0.25% | 0.66% | - |
| HSV(B) | 283.64º | 0.23% | 0.75% | - |
| XYZ | 37.93 | 33.74 | 53.23 | - |
| YUV | 160.58 | 144.6 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 146 | 190 | 0.06 | 0.23 | 0 | 0.25 | 283.64 | 0.25 | 0.66 |
| Hex | B2 | 92 | BE | 6 | 17 | 0 | 19 | 11C | 19 | 42 |
| Octal | 262 | 222 | 276 | 6 | 27 | 0 | 31 | 434 | 31 | 102 |
| Binary | 10110010 | 10010010 | 10111110 | 110 | 10111 | 0 | 11001 | 100011100 | 11001 | 1000010 |
Color Harmonies of #B292BE
Complementary color
Monochromatic Colors of #B292BE
Black with #B292BE
Text Example
Text Example
White with #B292BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B292BE; }
p { color: rgb(178,146,190); }
H1.HeaderClassName
{
color: #B292BE;
}
.AnyTagClassName
{
color: #B292BE;
}
</style>
background-color css
<style>
a { background-color: #B292BE; }
a { background-color: rgb(178,146,190); }
div.DivClassName
{
background-color: #B292BE;
}
.BgClassName
{
background-color: #B292BE;
}
</style>
border-color css
<style>
span { border-color: #B292BE; }
span { border-color: rgb(178,146,190); }
td.TdClassName
{
border-color: #B292BE;
}
.TagClassName
{
border-color: #B292BE;
}
</style>