Shades of East Side #B08BBB
Tints of East Side #B08BBB
RGB
CMYK
RGB Variations
Color information
#B08BBB (or 0xB08BBB) is known color: East Side. HEX triplet: B0, 8B and BB. RGB value is (176,139,187). Sum of RGB (Red+Green+Blue) = 176+139+187=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 187 - color contains mainly: blue. Hex color #B08BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08BBB is #4F7444. Grayscale: #9B9B9B. Windows color (decimal): -5207109 or 12290992. OLE color: 12290992.
HSL color Cylindrical-coordinate representation of color #B08BBB: hue angle of 286.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B08BBB is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 139 | 187 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.27 |
| HSL | 286.25º | 0.26% | 0.64% | - |
| HSV(B) | 286.25º | 0.26% | 0.73% | - |
| XYZ | 36.11 | 31.28 | 51.15 | - |
| YUV | 155.54 | 145.76 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 139 | 187 | 0.06 | 0.26 | 0 | 0.27 | 286.25 | 0.26 | 0.64 |
| Hex | B0 | 8B | BB | 6 | 1A | 0 | 1B | 11E | 1A | 40 |
| Octal | 260 | 213 | 273 | 6 | 32 | 0 | 33 | 436 | 32 | 100 |
| Binary | 10110000 | 10001011 | 10111011 | 110 | 11010 | 0 | 11011 | 100011110 | 11010 | 1000000 |
Color Harmonies of #B08BBB
Complementary color
Monochromatic Colors of #B08BBB
Black with #B08BBB
Text Example
Text Example
White with #B08BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08BBB; }
p { color: rgb(176,139,187); }
H1.HeaderClassName
{
color: #B08BBB;
}
.AnyTagClassName
{
color: #B08BBB;
}
</style>
background-color css
<style>
a { background-color: #B08BBB; }
a { background-color: rgb(176,139,187); }
div.DivClassName
{
background-color: #B08BBB;
}
.BgClassName
{
background-color: #B08BBB;
}
</style>
border-color css
<style>
span { border-color: #B08BBB; }
span { border-color: rgb(176,139,187); }
td.TdClassName
{
border-color: #B08BBB;
}
.TagClassName
{
border-color: #B08BBB;
}
</style>