Shades of East Side #B88BBF
Tints of East Side #B88BBF
RGB
CMYK
RGB Variations
Color information
#B88BBF (or 0xB88BBF) is known color: East Side. HEX triplet: B8, 8B and BF. RGB value is (184,139,191). Sum of RGB (Red+Green+Blue) = 184+139+191=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 191 - color contains mainly: blue. Hex color #B88BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88BBF is #477440. Grayscale: #9E9E9E. Windows color (decimal): -4682817 or 12553144. OLE color: 12553144.
HSL color Cylindrical-coordinate representation of color #B88BBF: hue angle of 291.92º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B88BBF is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 139 | 191 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.25 |
| HSL | 291.92º | 0.29% | 0.65% | - |
| HSV(B) | 291.92º | 0.27% | 0.75% | - |
| XYZ | 38.4 | 32.42 | 53.52 | - |
| YUV | 158.38 | 146.41 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 139 | 191 | 0.04 | 0.27 | 0 | 0.25 | 291.92 | 0.29 | 0.65 |
| Hex | B8 | 8B | BF | 4 | 1B | 0 | 19 | 124 | 1D | 41 |
| Octal | 270 | 213 | 277 | 4 | 33 | 0 | 31 | 444 | 35 | 101 |
| Binary | 10111000 | 10001011 | 10111111 | 100 | 11011 | 0 | 11001 | 100100100 | 11101 | 1000001 |
Color Harmonies of #B88BBF
Complementary color
Monochromatic Colors of #B88BBF
Black with #B88BBF
Text Example
Text Example
White with #B88BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88BBF; }
p { color: rgb(184,139,191); }
H1.HeaderClassName
{
color: #B88BBF;
}
.AnyTagClassName
{
color: #B88BBF;
}
</style>
background-color css
<style>
a { background-color: #B88BBF; }
a { background-color: rgb(184,139,191); }
div.DivClassName
{
background-color: #B88BBF;
}
.BgClassName
{
background-color: #B88BBF;
}
</style>
border-color css
<style>
span { border-color: #B88BBF; }
span { border-color: rgb(184,139,191); }
td.TdClassName
{
border-color: #B88BBF;
}
.TagClassName
{
border-color: #B88BBF;
}
</style>