Shades of East Side #B88DC8
Tints of East Side #B88DC8
RGB
CMYK
RGB Variations
Color information
#B88DC8 (or 0xB88DC8) is known color: East Side. HEX triplet: B8, 8D and C8. RGB value is (184,141,200). Sum of RGB (Red+Green+Blue) = 184+141+200=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 200 - color contains mainly: blue. Hex color #B88DC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88DC8 is #477237. Grayscale: #A0A0A0. Windows color (decimal): -4682296 or 13143480. OLE color: 13143480.
HSL color Cylindrical-coordinate representation of color #B88DC8: hue angle of 283.73º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B88DC8 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 141 | 200 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.22 |
| HSL | 283.73º | 0.35% | 0.67% | - |
| HSV(B) | 283.73º | 0.3% | 0.78% | - |
| XYZ | 39.72 | 33.41 | 59 | - |
| YUV | 160.58 | 150.25 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 141 | 200 | 0.08 | 0.29 | 0 | 0.22 | 283.73 | 0.35 | 0.67 |
| Hex | B8 | 8D | C8 | 8 | 1D | 0 | 16 | 11C | 23 | 43 |
| Octal | 270 | 215 | 310 | 10 | 35 | 0 | 26 | 434 | 43 | 103 |
| Binary | 10111000 | 10001101 | 11001000 | 1000 | 11101 | 0 | 10110 | 100011100 | 100011 | 1000011 |
Color Harmonies of #B88DC8
Complementary color
Monochromatic Colors of #B88DC8
Black with #B88DC8
Text Example
Text Example
White with #B88DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88DC8; }
p { color: rgb(184,141,200); }
H1.HeaderClassName
{
color: #B88DC8;
}
.AnyTagClassName
{
color: #B88DC8;
}
</style>
background-color css
<style>
a { background-color: #B88DC8; }
a { background-color: rgb(184,141,200); }
div.DivClassName
{
background-color: #B88DC8;
}
.BgClassName
{
background-color: #B88DC8;
}
</style>
border-color css
<style>
span { border-color: #B88DC8; }
span { border-color: rgb(184,141,200); }
td.TdClassName
{
border-color: #B88DC8;
}
.TagClassName
{
border-color: #B88DC8;
}
</style>