Shades of East Side #B88CC8
Tints of East Side #B88CC8
RGB
CMYK
RGB Variations
Color information
#B88CC8 (or 0xB88CC8) is known color: East Side. HEX triplet: B8, 8C and C8. RGB value is (184,140,200). Sum of RGB (Red+Green+Blue) = 184+140+200=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 200 (78.52% from 255 or 38.17% from 524); Max value from RGB is 200 - color contains mainly: blue. Hex color #B88CC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88CC8 is #477337. Grayscale: #9F9F9F. Windows color (decimal): -4682552 or 13143224. OLE color: 13143224.
HSL color Cylindrical-coordinate representation of color #B88CC8: hue angle of 284º 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 #B88CC8 is Cyan = 0.08, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 140 | 200 | - |
| CMYK | 0.08 | 0.3 | 0 | 0.22 |
| HSL | 284º | 0.35% | 0.67% | - |
| HSV(B) | 284º | 0.3% | 0.78% | - |
| XYZ | 39.57 | 33.12 | 58.95 | - |
| YUV | 160 | 150.58 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 140 | 200 | 0.08 | 0.3 | 0 | 0.22 | 284 | 0.35 | 0.67 |
| Hex | B8 | 8C | C8 | 8 | 1E | 0 | 16 | 11C | 23 | 43 |
| Octal | 270 | 214 | 310 | 10 | 36 | 0 | 26 | 434 | 43 | 103 |
| Binary | 10111000 | 10001100 | 11001000 | 1000 | 11110 | 0 | 10110 | 100011100 | 100011 | 1000011 |
Color Harmonies of #B88CC8
Complementary color
Monochromatic Colors of #B88CC8
Black with #B88CC8
Text Example
Text Example
White with #B88CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88CC8; }
p { color: rgb(184,140,200); }
H1.HeaderClassName
{
color: #B88CC8;
}
.AnyTagClassName
{
color: #B88CC8;
}
</style>
background-color css
<style>
a { background-color: #B88CC8; }
a { background-color: rgb(184,140,200); }
div.DivClassName
{
background-color: #B88CC8;
}
.BgClassName
{
background-color: #B88CC8;
}
</style>
border-color css
<style>
span { border-color: #B88CC8; }
span { border-color: rgb(184,140,200); }
td.TdClassName
{
border-color: #B88CC8;
}
.TagClassName
{
border-color: #B88CC8;
}
</style>