Shades of East Side #B08EBB
Tints of East Side #B08EBB
RGB
CMYK
RGB Variations
Color information
#B08EBB (or 0xB08EBB) is known color: East Side. HEX triplet: B0, 8E and BB. RGB value is (176,142,187). Sum of RGB (Red+Green+Blue) = 176+142+187=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 142 (55.86% from 255 or 28.12% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 187 - color contains mainly: blue. Hex color #B08EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08EBB is #4F7144. Grayscale: #9D9D9D. Windows color (decimal): -5206341 or 12291760. OLE color: 12291760.
HSL color Cylindrical-coordinate representation of color #B08EBB: hue angle of 285.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B08EBB is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 142 | 187 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.27 |
| HSL | 285.33º | 0.25% | 0.65% | - |
| HSV(B) | 285.33º | 0.24% | 0.73% | - |
| XYZ | 36.55 | 32.16 | 51.3 | - |
| YUV | 157.3 | 144.76 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 142 | 187 | 0.06 | 0.24 | 0 | 0.27 | 285.33 | 0.25 | 0.65 |
| Hex | B0 | 8E | BB | 6 | 18 | 0 | 1B | 11D | 19 | 41 |
| Octal | 260 | 216 | 273 | 6 | 30 | 0 | 33 | 435 | 31 | 101 |
| Binary | 10110000 | 10001110 | 10111011 | 110 | 11000 | 0 | 11011 | 100011101 | 11001 | 1000001 |
Color Harmonies of #B08EBB
Complementary color
Monochromatic Colors of #B08EBB
Black with #B08EBB
Text Example
Text Example
White with #B08EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08EBB; }
p { color: rgb(176,142,187); }
H1.HeaderClassName
{
color: #B08EBB;
}
.AnyTagClassName
{
color: #B08EBB;
}
</style>
background-color css
<style>
a { background-color: #B08EBB; }
a { background-color: rgb(176,142,187); }
div.DivClassName
{
background-color: #B08EBB;
}
.BgClassName
{
background-color: #B08EBB;
}
</style>
border-color css
<style>
span { border-color: #B08EBB; }
span { border-color: rgb(176,142,187); }
td.TdClassName
{
border-color: #B08EBB;
}
.TagClassName
{
border-color: #B08EBB;
}
</style>