Shades of East Side #B18BBB
Tints of East Side #B18BBB
RGB
CMYK
RGB Variations
Color information
#B18BBB (or 0xB18BBB) is known color: East Side. HEX triplet: B1, 8B and BB. RGB value is (177,139,187). Sum of RGB (Red+Green+Blue) = 177+139+187=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 187 - color contains mainly: blue. Hex color #B18BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18BBB is #4E7444. Grayscale: #9B9B9B. Windows color (decimal): -5141573 or 12290993. OLE color: 12290993.
HSL color Cylindrical-coordinate representation of color #B18BBB: hue angle of 287.5º 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 #B18BBB is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 139 | 187 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.27 |
| HSL | 287.5º | 0.26% | 0.64% | - |
| HSV(B) | 287.5º | 0.26% | 0.73% | - |
| XYZ | 36.33 | 31.4 | 51.16 | - |
| YUV | 155.83 | 145.59 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 139 | 187 | 0.05 | 0.26 | 0 | 0.27 | 287.5 | 0.26 | 0.64 |
| Hex | B1 | 8B | BB | 5 | 1A | 0 | 1B | 120 | 1A | 40 |
| Octal | 261 | 213 | 273 | 5 | 32 | 0 | 33 | 440 | 32 | 100 |
| Binary | 10110001 | 10001011 | 10111011 | 101 | 11010 | 0 | 11011 | 100100000 | 11010 | 1000000 |
Color Harmonies of #B18BBB
Complementary color
Monochromatic Colors of #B18BBB
Black with #B18BBB
Text Example
Text Example
White with #B18BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18BBB; }
p { color: rgb(177,139,187); }
H1.HeaderClassName
{
color: #B18BBB;
}
.AnyTagClassName
{
color: #B18BBB;
}
</style>
background-color css
<style>
a { background-color: #B18BBB; }
a { background-color: rgb(177,139,187); }
div.DivClassName
{
background-color: #B18BBB;
}
.BgClassName
{
background-color: #B18BBB;
}
</style>
border-color css
<style>
span { border-color: #B18BBB; }
span { border-color: rgb(177,139,187); }
td.TdClassName
{
border-color: #B18BBB;
}
.TagClassName
{
border-color: #B18BBB;
}
</style>