Shades of East Side #B089BD
Tints of East Side #B089BD
RGB
CMYK
RGB Variations
Color information
#B089BD (or 0xB089BD) is known color: East Side. HEX triplet: B0, 89 and BD. RGB value is (176,137,189). Sum of RGB (Red+Green+Blue) = 176+137+189=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 189 - color contains mainly: blue. Hex color #B089BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B089BD is #4F7642. Grayscale: #9A9A9A. Windows color (decimal): -5207619 or 12421552. OLE color: 12421552.
HSL color Cylindrical-coordinate representation of color #B089BD: hue angle of 285º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B089BD is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 137 | 189 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.26 |
| HSL | 285º | 0.28% | 0.64% | - |
| HSV(B) | 285º | 0.28% | 0.74% | - |
| XYZ | 36.04 | 30.8 | 52.19 | - |
| YUV | 154.59 | 147.42 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 137 | 189 | 0.07 | 0.28 | 0 | 0.26 | 285 | 0.28 | 0.64 |
| Hex | B0 | 89 | BD | 7 | 1C | 0 | 1A | 11D | 1C | 40 |
| Octal | 260 | 211 | 275 | 7 | 34 | 0 | 32 | 435 | 34 | 100 |
| Binary | 10110000 | 10001001 | 10111101 | 111 | 11100 | 0 | 11010 | 100011101 | 11100 | 1000000 |
Color Harmonies of #B089BD
Complementary color
Monochromatic Colors of #B089BD
Black with #B089BD
Text Example
Text Example
White with #B089BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B089BD; }
p { color: rgb(176,137,189); }
H1.HeaderClassName
{
color: #B089BD;
}
.AnyTagClassName
{
color: #B089BD;
}
</style>
background-color css
<style>
a { background-color: #B089BD; }
a { background-color: rgb(176,137,189); }
div.DivClassName
{
background-color: #B089BD;
}
.BgClassName
{
background-color: #B089BD;
}
</style>
border-color css
<style>
span { border-color: #B089BD; }
span { border-color: rgb(176,137,189); }
td.TdClassName
{
border-color: #B089BD;
}
.TagClassName
{
border-color: #B089BD;
}
</style>