Shades of East Side #B18BBA
Tints of East Side #B18BBA
RGB
CMYK
RGB Variations
Color information
#B18BBA (or 0xB18BBA) is known color: East Side. HEX triplet: B1, 8B and BA. RGB value is (177,139,186). Sum of RGB (Red+Green+Blue) = 177+139+186=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 186 - color contains mainly: blue. Hex color #B18BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18BBA is #4E7445. Grayscale: #9B9B9B. Windows color (decimal): -5141574 or 12225457. OLE color: 12225457.
HSL color Cylindrical-coordinate representation of color #B18BBA: hue angle of 288.51º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B18BBA is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 139 | 186 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.27 |
| HSL | 288.51º | 0.25% | 0.64% | - |
| HSV(B) | 288.51º | 0.25% | 0.73% | - |
| XYZ | 36.23 | 31.36 | 50.6 | - |
| YUV | 155.72 | 145.09 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 139 | 186 | 0.05 | 0.25 | 0 | 0.27 | 288.51 | 0.25 | 0.64 |
| Hex | B1 | 8B | BA | 5 | 19 | 0 | 1B | 121 | 19 | 40 |
| Octal | 261 | 213 | 272 | 5 | 31 | 0 | 33 | 441 | 31 | 100 |
| Binary | 10110001 | 10001011 | 10111010 | 101 | 11001 | 0 | 11011 | 100100001 | 11001 | 1000000 |
Color Harmonies of #B18BBA
Complementary color
Monochromatic Colors of #B18BBA
Black with #B18BBA
Text Example
Text Example
White with #B18BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18BBA; }
p { color: rgb(177,139,186); }
H1.HeaderClassName
{
color: #B18BBA;
}
.AnyTagClassName
{
color: #B18BBA;
}
</style>
background-color css
<style>
a { background-color: #B18BBA; }
a { background-color: rgb(177,139,186); }
div.DivClassName
{
background-color: #B18BBA;
}
.BgClassName
{
background-color: #B18BBA;
}
</style>
border-color css
<style>
span { border-color: #B18BBA; }
span { border-color: rgb(177,139,186); }
td.TdClassName
{
border-color: #B18BBA;
}
.TagClassName
{
border-color: #B18BBA;
}
</style>