Shades of East Side #B093BB
Tints of East Side #B093BB
RGB
CMYK
RGB Variations
Color information
#B093BB (or 0xB093BB) is known color: East Side. HEX triplet: B0, 93 and BB. RGB value is (176,147,187). Sum of RGB (Red+Green+Blue) = 176+147+187=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 147 (57.81% from 255 or 28.82% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 187 - color contains mainly: blue. Hex color #B093BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B093BB is #4F6C44. Grayscale: #A0A0A0. Windows color (decimal): -5205061 or 12293040. OLE color: 12293040.
HSL color Cylindrical-coordinate representation of color #B093BB: hue angle of 283.5º degrees, saturation: 0.23, 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 #B093BB is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 147 | 187 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.27 |
| HSL | 283.5º | 0.23% | 0.65% | - |
| HSV(B) | 283.5º | 0.21% | 0.73% | - |
| XYZ | 37.31 | 33.69 | 51.55 | - |
| YUV | 160.23 | 143.11 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 147 | 187 | 0.06 | 0.21 | 0 | 0.27 | 283.5 | 0.23 | 0.65 |
| Hex | B0 | 93 | BB | 6 | 15 | 0 | 1B | 11C | 17 | 41 |
| Octal | 260 | 223 | 273 | 6 | 25 | 0 | 33 | 434 | 27 | 101 |
| Binary | 10110000 | 10010011 | 10111011 | 110 | 10101 | 0 | 11011 | 100011100 | 10111 | 1000001 |
Color Harmonies of #B093BB
Complementary color
Monochromatic Colors of #B093BB
Black with #B093BB
Text Example
Text Example
White with #B093BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B093BB; }
p { color: rgb(176,147,187); }
H1.HeaderClassName
{
color: #B093BB;
}
.AnyTagClassName
{
color: #B093BB;
}
</style>
background-color css
<style>
a { background-color: #B093BB; }
a { background-color: rgb(176,147,187); }
div.DivClassName
{
background-color: #B093BB;
}
.BgClassName
{
background-color: #B093BB;
}
</style>
border-color css
<style>
span { border-color: #B093BB; }
span { border-color: rgb(176,147,187); }
td.TdClassName
{
border-color: #B093BB;
}
.TagClassName
{
border-color: #B093BB;
}
</style>