Shades of East Side #B089B9
Tints of East Side #B089B9
RGB
CMYK
RGB Variations
Color information
#B089B9 (or 0xB089B9) is known color: East Side. HEX triplet: B0, 89 and B9. RGB value is (176,137,185). Sum of RGB (Red+Green+Blue) = 176+137+185=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 137 (53.91% from 255 or 27.51% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 185 - color contains mainly: blue. Hex color #B089B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B089B9 is #4F7646. Grayscale: #999999. Windows color (decimal): -5207623 or 12159408. OLE color: 12159408.
HSL color Cylindrical-coordinate representation of color #B089B9: hue angle of 288.75º 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 #B089B9 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 137 | 185 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.27 |
| HSL | 288.75º | 0.26% | 0.63% | - |
| HSV(B) | 288.75º | 0.26% | 0.73% | - |
| XYZ | 35.61 | 30.62 | 49.93 | - |
| YUV | 154.13 | 145.42 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 137 | 185 | 0.05 | 0.26 | 0 | 0.27 | 288.75 | 0.26 | 0.63 |
| Hex | B0 | 89 | B9 | 5 | 1A | 0 | 1B | 121 | 1A | 3F |
| Octal | 260 | 211 | 271 | 5 | 32 | 0 | 33 | 441 | 32 | 77 |
| Binary | 10110000 | 10001001 | 10111001 | 101 | 11010 | 0 | 11011 | 100100001 | 11010 | 111111 |
Color Harmonies of #B089B9
Complementary color
Monochromatic Colors of #B089B9
Black with #B089B9
Text Example
Text Example
White with #B089B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B089B9; }
p { color: rgb(176,137,185); }
H1.HeaderClassName
{
color: #B089B9;
}
.AnyTagClassName
{
color: #B089B9;
}
</style>
background-color css
<style>
a { background-color: #B089B9; }
a { background-color: rgb(176,137,185); }
div.DivClassName
{
background-color: #B089B9;
}
.BgClassName
{
background-color: #B089B9;
}
</style>
border-color css
<style>
span { border-color: #B089B9; }
span { border-color: rgb(176,137,185); }
td.TdClassName
{
border-color: #B089B9;
}
.TagClassName
{
border-color: #B089B9;
}
</style>