Shades of East Side #B08EBA
Tints of East Side #B08EBA
RGB
CMYK
RGB Variations
Color information
#B08EBA (or 0xB08EBA) is known color: East Side. HEX triplet: B0, 8E and BA. RGB value is (176,142,186). Sum of RGB (Red+Green+Blue) = 176+142+186=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 142 (55.86% from 255 or 28.17% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #B08EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08EBA is #4F7145. Grayscale: #9D9D9D. Windows color (decimal): -5206342 or 12226224. OLE color: 12226224.
HSL color Cylindrical-coordinate representation of color #B08EBA: hue angle of 286.36º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B08EBA is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 142 | 186 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.27 |
| HSL | 286.36º | 0.24% | 0.64% | - |
| HSV(B) | 286.36º | 0.24% | 0.73% | - |
| XYZ | 36.44 | 32.12 | 50.73 | - |
| YUV | 157.18 | 144.26 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 142 | 186 | 0.05 | 0.24 | 0 | 0.27 | 286.36 | 0.24 | 0.64 |
| Hex | B0 | 8E | BA | 5 | 18 | 0 | 1B | 11E | 18 | 40 |
| Octal | 260 | 216 | 272 | 5 | 30 | 0 | 33 | 436 | 30 | 100 |
| Binary | 10110000 | 10001110 | 10111010 | 101 | 11000 | 0 | 11011 | 100011110 | 11000 | 1000000 |
Color Harmonies of #B08EBA
Complementary color
Monochromatic Colors of #B08EBA
Black with #B08EBA
Text Example
Text Example
White with #B08EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08EBA; }
p { color: rgb(176,142,186); }
H1.HeaderClassName
{
color: #B08EBA;
}
.AnyTagClassName
{
color: #B08EBA;
}
</style>
background-color css
<style>
a { background-color: #B08EBA; }
a { background-color: rgb(176,142,186); }
div.DivClassName
{
background-color: #B08EBA;
}
.BgClassName
{
background-color: #B08EBA;
}
</style>
border-color css
<style>
span { border-color: #B08EBA; }
span { border-color: rgb(176,142,186); }
td.TdClassName
{
border-color: #B08EBA;
}
.TagClassName
{
border-color: #B08EBA;
}
</style>