Shades of East Side #B888C1
Tints of East Side #B888C1
RGB
CMYK
RGB Variations
Color information
#B888C1 (or 0xB888C1) is known color: East Side. HEX triplet: B8, 88 and C1. RGB value is (184,136,193). Sum of RGB (Red+Green+Blue) = 184+136+193=513 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.87% from 513); Green value is 136 (53.52% from 255 or 26.51% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 193 - color contains mainly: blue. Hex color #B888C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B888C1 is #47773E. Grayscale: #9C9C9C. Windows color (decimal): -4683583 or 12683448. OLE color: 12683448.
HSL color Cylindrical-coordinate representation of color #B888C1: hue angle of 290.53º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B888C1 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 136 | 193 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.24 |
| HSL | 290.53º | 0.31% | 0.65% | - |
| HSV(B) | 290.53º | 0.3% | 0.76% | - |
| XYZ | 38.2 | 31.65 | 54.55 | - |
| YUV | 156.85 | 148.4 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 136 | 193 | 0.05 | 0.30 | 0 | 0.24 | 290.53 | 0.31 | 0.65 |
| Hex | B8 | 88 | C1 | 5 | 1E | 0 | 18 | 123 | 1F | 41 |
| Octal | 270 | 210 | 301 | 5 | 36 | 0 | 30 | 443 | 37 | 101 |
| Binary | 10111000 | 10001000 | 11000001 | 101 | 11110 | 0 | 11000 | 100100011 | 11111 | 1000001 |
Color Harmonies of #B888C1
Complementary color
Monochromatic Colors of #B888C1
Black with #B888C1
Text Example
Text Example
White with #B888C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B888C1; }
p { color: rgb(184,136,193); }
H1.HeaderClassName
{
color: #B888C1;
}
.AnyTagClassName
{
color: #B888C1;
}
</style>
background-color css
<style>
a { background-color: #B888C1; }
a { background-color: rgb(184,136,193); }
div.DivClassName
{
background-color: #B888C1;
}
.BgClassName
{
background-color: #B888C1;
}
</style>
border-color css
<style>
span { border-color: #B888C1; }
span { border-color: rgb(184,136,193); }
td.TdClassName
{
border-color: #B888C1;
}
.TagClassName
{
border-color: #B888C1;
}
</style>