Shades of East Side #B093BA
Tints of East Side #B093BA
RGB
CMYK
RGB Variations
Color information
#B093BA (or 0xB093BA) is known color: East Side. HEX triplet: B0, 93 and BA. RGB value is (176,147,186). Sum of RGB (Red+Green+Blue) = 176+147+186=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 186 - color contains mainly: blue. Hex color #B093BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B093BA is #4F6C45. Grayscale: #9F9F9F. Windows color (decimal): -5205062 or 12227504. OLE color: 12227504.
HSL color Cylindrical-coordinate representation of color #B093BA: hue angle of 284.62º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B093BA is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 147 | 186 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.27 |
| HSL | 284.62º | 0.22% | 0.65% | - |
| HSV(B) | 284.62º | 0.21% | 0.73% | - |
| XYZ | 37.2 | 33.64 | 50.99 | - |
| YUV | 160.12 | 142.61 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 147 | 186 | 0.05 | 0.21 | 0 | 0.27 | 284.62 | 0.22 | 0.65 |
| Hex | B0 | 93 | BA | 5 | 15 | 0 | 1B | 11D | 16 | 41 |
| Octal | 260 | 223 | 272 | 5 | 25 | 0 | 33 | 435 | 26 | 101 |
| Binary | 10110000 | 10010011 | 10111010 | 101 | 10101 | 0 | 11011 | 100011101 | 10110 | 1000001 |
Color Harmonies of #B093BA
Complementary color
Monochromatic Colors of #B093BA
Black with #B093BA
Text Example
Text Example
White with #B093BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B093BA; }
p { color: rgb(176,147,186); }
H1.HeaderClassName
{
color: #B093BA;
}
.AnyTagClassName
{
color: #B093BA;
}
</style>
background-color css
<style>
a { background-color: #B093BA; }
a { background-color: rgb(176,147,186); }
div.DivClassName
{
background-color: #B093BA;
}
.BgClassName
{
background-color: #B093BA;
}
</style>
border-color css
<style>
span { border-color: #B093BA; }
span { border-color: rgb(176,147,186); }
td.TdClassName
{
border-color: #B093BA;
}
.TagClassName
{
border-color: #B093BA;
}
</style>