Shades of East Side #B888CC
Tints of East Side #B888CC
RGB
CMYK
RGB Variations
Color information
#B888CC (or 0xB888CC) is known color: East Side. HEX triplet: B8, 88 and CC. RGB value is (184,136,204). Sum of RGB (Red+Green+Blue) = 184+136+204=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 136 (53.52% from 255 or 25.95% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #B888CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B888CC is #477733. Grayscale: #9D9D9D. Windows color (decimal): -4683572 or 13404344. OLE color: 13404344.
HSL color Cylindrical-coordinate representation of color #B888CC: hue angle of 282.35º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B888CC is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 136 | 204 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.2 |
| HSL | 282.35º | 0.4% | 0.67% | - |
| HSV(B) | 282.35º | 0.33% | 0.8% | - |
| XYZ | 39.47 | 32.16 | 61.25 | - |
| YUV | 158.1 | 153.9 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 136 | 204 | 0.10 | 0.33 | 0 | 0.2 | 282.35 | 0.4 | 0.67 |
| Hex | B8 | 88 | CC | A | 21 | 0 | 14 | 11A | 28 | 43 |
| Octal | 270 | 210 | 314 | 12 | 41 | 0 | 24 | 432 | 50 | 103 |
| Binary | 10111000 | 10001000 | 11001100 | 1010 | 100001 | 0 | 10100 | 100011010 | 101000 | 1000011 |
Color Harmonies of #B888CC
Complementary color
Monochromatic Colors of #B888CC
Black with #B888CC
Text Example
Text Example
White with #B888CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B888CC; }
p { color: rgb(184,136,204); }
H1.HeaderClassName
{
color: #B888CC;
}
.AnyTagClassName
{
color: #B888CC;
}
</style>
background-color css
<style>
a { background-color: #B888CC; }
a { background-color: rgb(184,136,204); }
div.DivClassName
{
background-color: #B888CC;
}
.BgClassName
{
background-color: #B888CC;
}
</style>
border-color css
<style>
span { border-color: #B888CC; }
span { border-color: rgb(184,136,204); }
td.TdClassName
{
border-color: #B888CC;
}
.TagClassName
{
border-color: #B888CC;
}
</style>