Shades of East Side #B88ECE
Tints of East Side #B88ECE
RGB
CMYK
RGB Variations
Color information
#B88ECE (or 0xB88ECE) is known color: East Side. HEX triplet: B8, 8E and CE. RGB value is (184,142,206). Sum of RGB (Red+Green+Blue) = 184+142+206=532 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.59% from 532); Green value is 142 (55.86% from 255 or 26.69% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #B88ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88ECE is #477131. Grayscale: #A1A1A1. Windows color (decimal): -4682034 or 13536952. OLE color: 13536952.
HSL color Cylindrical-coordinate representation of color #B88ECE: hue angle of 279.38º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B88ECE is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 142 | 206 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.19 |
| HSL | 279.38º | 0.4% | 0.68% | - |
| HSV(B) | 279.38º | 0.31% | 0.81% | - |
| XYZ | 40.58 | 33.99 | 62.81 | - |
| YUV | 161.85 | 152.91 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 142 | 206 | 0.11 | 0.31 | 0 | 0.19 | 279.38 | 0.4 | 0.68 |
| Hex | B8 | 8E | CE | B | 1F | 0 | 13 | 117 | 28 | 44 |
| Octal | 270 | 216 | 316 | 13 | 37 | 0 | 23 | 427 | 50 | 104 |
| Binary | 10111000 | 10001110 | 11001110 | 1011 | 11111 | 0 | 10011 | 100010111 | 101000 | 1000100 |
Color Harmonies of #B88ECE
Complementary color
Monochromatic Colors of #B88ECE
Black with #B88ECE
Text Example
Text Example
White with #B88ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88ECE; }
p { color: rgb(184,142,206); }
H1.HeaderClassName
{
color: #B88ECE;
}
.AnyTagClassName
{
color: #B88ECE;
}
</style>
background-color css
<style>
a { background-color: #B88ECE; }
a { background-color: rgb(184,142,206); }
div.DivClassName
{
background-color: #B88ECE;
}
.BgClassName
{
background-color: #B88ECE;
}
</style>
border-color css
<style>
span { border-color: #B88ECE; }
span { border-color: rgb(184,142,206); }
td.TdClassName
{
border-color: #B88ECE;
}
.TagClassName
{
border-color: #B88ECE;
}
</style>