Shades of East Side #B088BA
Tints of East Side #B088BA
RGB
CMYK
RGB Variations
Color information
#B088BA (or 0xB088BA) is known color: East Side. HEX triplet: B0, 88 and BA. RGB value is (176,136,186). Sum of RGB (Red+Green+Blue) = 176+136+186=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 136 (53.52% from 255 or 27.31% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 186 - color contains mainly: blue. Hex color #B088BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B088BA is #4F7745. Grayscale: #999999. Windows color (decimal): -5207878 or 12224688. OLE color: 12224688.
HSL color Cylindrical-coordinate representation of color #B088BA: hue angle of 288º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B088BA is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 136 | 186 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.27 |
| HSL | 288º | 0.27% | 0.63% | - |
| HSV(B) | 288º | 0.27% | 0.73% | - |
| XYZ | 35.57 | 30.38 | 50.44 | - |
| YUV | 153.66 | 146.25 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 186 | 0.05 | 0.27 | 0 | 0.27 | 288 | 0.27 | 0.63 |
| Hex | B0 | 88 | BA | 5 | 1B | 0 | 1B | 120 | 1B | 3F |
| Octal | 260 | 210 | 272 | 5 | 33 | 0 | 33 | 440 | 33 | 77 |
| Binary | 10110000 | 10001000 | 10111010 | 101 | 11011 | 0 | 11011 | 100100000 | 11011 | 111111 |
Color Harmonies of #B088BA
Complementary color
Monochromatic Colors of #B088BA
Black with #B088BA
Text Example
Text Example
White with #B088BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B088BA; }
p { color: rgb(176,136,186); }
H1.HeaderClassName
{
color: #B088BA;
}
.AnyTagClassName
{
color: #B088BA;
}
</style>
background-color css
<style>
a { background-color: #B088BA; }
a { background-color: rgb(176,136,186); }
div.DivClassName
{
background-color: #B088BA;
}
.BgClassName
{
background-color: #B088BA;
}
</style>
border-color css
<style>
span { border-color: #B088BA; }
span { border-color: rgb(176,136,186); }
td.TdClassName
{
border-color: #B088BA;
}
.TagClassName
{
border-color: #B088BA;
}
</style>