Shades of East Side #B88EC8
Tints of East Side #B88EC8
RGB
CMYK
RGB Variations
Color information
#B88EC8 (or 0xB88EC8) is known color: East Side. HEX triplet: B8, 8E and C8. RGB value is (184,142,200). Sum of RGB (Red+Green+Blue) = 184+142+200=526 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.98% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 200 (78.52% from 255 or 38.02% from 526); Max value from RGB is 200 - color contains mainly: blue. Hex color #B88EC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88EC8 is #477137. Grayscale: #A0A0A0. Windows color (decimal): -4682040 or 13143736. OLE color: 13143736.
HSL color Cylindrical-coordinate representation of color #B88EC8: hue angle of 283.45º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B88EC8 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 142 | 200 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.22 |
| HSL | 283.45º | 0.35% | 0.67% | - |
| HSV(B) | 283.45º | 0.29% | 0.78% | - |
| XYZ | 39.87 | 33.71 | 59.05 | - |
| YUV | 161.17 | 149.91 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 142 | 200 | 0.08 | 0.29 | 0 | 0.22 | 283.45 | 0.35 | 0.67 |
| Hex | B8 | 8E | C8 | 8 | 1D | 0 | 16 | 11B | 23 | 43 |
| Octal | 270 | 216 | 310 | 10 | 35 | 0 | 26 | 433 | 43 | 103 |
| Binary | 10111000 | 10001110 | 11001000 | 1000 | 11101 | 0 | 10110 | 100011011 | 100011 | 1000011 |
Color Harmonies of #B88EC8
Complementary color
Monochromatic Colors of #B88EC8
Black with #B88EC8
Text Example
Text Example
White with #B88EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88EC8; }
p { color: rgb(184,142,200); }
H1.HeaderClassName
{
color: #B88EC8;
}
.AnyTagClassName
{
color: #B88EC8;
}
</style>
background-color css
<style>
a { background-color: #B88EC8; }
a { background-color: rgb(184,142,200); }
div.DivClassName
{
background-color: #B88EC8;
}
.BgClassName
{
background-color: #B88EC8;
}
</style>
border-color css
<style>
span { border-color: #B88EC8; }
span { border-color: rgb(184,142,200); }
td.TdClassName
{
border-color: #B88EC8;
}
.TagClassName
{
border-color: #B88EC8;
}
</style>