Shades of East Side #BC87CC
Tints of East Side #BC87CC
RGB
CMYK
RGB Variations
Color information
#BC87CC (or 0xBC87CC) is known color: East Side. HEX triplet: BC, 87 and CC. RGB value is (188,135,204). Sum of RGB (Red+Green+Blue) = 188+135+204=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 135 (53.12% from 255 or 25.62% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC87CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC87CC is #437833. Grayscale: #9E9E9E. Windows color (decimal): -4421684 or 13404092. OLE color: 13404092.
HSL color Cylindrical-coordinate representation of color #BC87CC: hue angle of 286.09º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC87CC is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 135 | 204 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.2 |
| HSL | 286.09º | 0.4% | 0.66% | - |
| HSV(B) | 286.09º | 0.34% | 0.8% | - |
| XYZ | 40.3 | 32.38 | 61.25 | - |
| YUV | 158.71 | 153.56 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 135 | 204 | 0.08 | 0.34 | 0 | 0.2 | 286.09 | 0.4 | 0.66 |
| Hex | BC | 87 | CC | 8 | 22 | 0 | 14 | 11E | 28 | 42 |
| Octal | 274 | 207 | 314 | 10 | 42 | 0 | 24 | 436 | 50 | 102 |
| Binary | 10111100 | 10000111 | 11001100 | 1000 | 100010 | 0 | 10100 | 100011110 | 101000 | 1000010 |
Color Harmonies of #BC87CC
Complementary color
Monochromatic Colors of #BC87CC
Black with #BC87CC
Text Example
Text Example
White with #BC87CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC87CC; }
p { color: rgb(188,135,204); }
H1.HeaderClassName
{
color: #BC87CC;
}
.AnyTagClassName
{
color: #BC87CC;
}
</style>
background-color css
<style>
a { background-color: #BC87CC; }
a { background-color: rgb(188,135,204); }
div.DivClassName
{
background-color: #BC87CC;
}
.BgClassName
{
background-color: #BC87CC;
}
</style>
border-color css
<style>
span { border-color: #BC87CC; }
span { border-color: rgb(188,135,204); }
td.TdClassName
{
border-color: #BC87CC;
}
.TagClassName
{
border-color: #BC87CC;
}
</style>