Shades of East Side #B292BA
Tints of East Side #B292BA
RGB
CMYK
RGB Variations
Color information
#B292BA (or 0xB292BA) is known color: East Side. HEX triplet: B2, 92 and BA. RGB value is (178,146,186). Sum of RGB (Red+Green+Blue) = 178+146+186=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 186 - color contains mainly: blue. Hex color #B292BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B292BA is #4D6D45. Grayscale: #A0A0A0. Windows color (decimal): -5074246 or 12227250. OLE color: 12227250.
HSL color Cylindrical-coordinate representation of color #B292BA: hue angle of 288º degrees, saturation: 0.22, 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 #B292BA is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 146 | 186 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.27 |
| HSL | 288º | 0.22% | 0.65% | - |
| HSV(B) | 288º | 0.22% | 0.73% | - |
| XYZ | 37.5 | 33.57 | 50.96 | - |
| YUV | 160.13 | 142.6 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 146 | 186 | 0.04 | 0.22 | 0 | 0.27 | 288 | 0.22 | 0.65 |
| Hex | B2 | 92 | BA | 4 | 16 | 0 | 1B | 120 | 16 | 41 |
| Octal | 262 | 222 | 272 | 4 | 26 | 0 | 33 | 440 | 26 | 101 |
| Binary | 10110010 | 10010010 | 10111010 | 100 | 10110 | 0 | 11011 | 100100000 | 10110 | 1000001 |
Color Harmonies of #B292BA
Complementary color
Monochromatic Colors of #B292BA
Black with #B292BA
Text Example
Text Example
White with #B292BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B292BA; }
p { color: rgb(178,146,186); }
H1.HeaderClassName
{
color: #B292BA;
}
.AnyTagClassName
{
color: #B292BA;
}
</style>
background-color css
<style>
a { background-color: #B292BA; }
a { background-color: rgb(178,146,186); }
div.DivClassName
{
background-color: #B292BA;
}
.BgClassName
{
background-color: #B292BA;
}
</style>
border-color css
<style>
span { border-color: #B292BA; }
span { border-color: rgb(178,146,186); }
td.TdClassName
{
border-color: #B292BA;
}
.TagClassName
{
border-color: #B292BA;
}
</style>