Shades of East Side #B088B9
Tints of East Side #B088B9
RGB
CMYK
RGB Variations
Color information
#B088B9 (or 0xB088B9) is known color: East Side. HEX triplet: B0, 88 and B9. RGB value is (176,136,185). Sum of RGB (Red+Green+Blue) = 176+136+185=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 185 - color contains mainly: blue. Hex color #B088B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B088B9 is #4F7746. Grayscale: #999999. Windows color (decimal): -5207879 or 12159152. OLE color: 12159152.
HSL color Cylindrical-coordinate representation of color #B088B9: hue angle of 288.98º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B088B9 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 136 | 185 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.27 |
| HSL | 288.98º | 0.26% | 0.63% | - |
| HSV(B) | 288.98º | 0.26% | 0.73% | - |
| XYZ | 35.47 | 30.34 | 49.89 | - |
| YUV | 153.55 | 145.75 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 185 | 0.05 | 0.26 | 0 | 0.27 | 288.98 | 0.26 | 0.63 |
| Hex | B0 | 88 | B9 | 5 | 1A | 0 | 1B | 121 | 1A | 3F |
| Octal | 260 | 210 | 271 | 5 | 32 | 0 | 33 | 441 | 32 | 77 |
| Binary | 10110000 | 10001000 | 10111001 | 101 | 11010 | 0 | 11011 | 100100001 | 11010 | 111111 |
Color Harmonies of #B088B9
Complementary color
Monochromatic Colors of #B088B9
Black with #B088B9
Text Example
Text Example
White with #B088B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B088B9; }
p { color: rgb(176,136,185); }
H1.HeaderClassName
{
color: #B088B9;
}
.AnyTagClassName
{
color: #B088B9;
}
</style>
background-color css
<style>
a { background-color: #B088B9; }
a { background-color: rgb(176,136,185); }
div.DivClassName
{
background-color: #B088B9;
}
.BgClassName
{
background-color: #B088B9;
}
</style>
border-color css
<style>
span { border-color: #B088B9; }
span { border-color: rgb(176,136,185); }
td.TdClassName
{
border-color: #B088B9;
}
.TagClassName
{
border-color: #B088B9;
}
</style>