Shades of East Side #BC87C6
Tints of East Side #BC87C6
RGB
CMYK
RGB Variations
Color information
#BC87C6 (or 0xBC87C6) is known color: East Side. HEX triplet: BC, 87 and C6. RGB value is (188,135,198). Sum of RGB (Red+Green+Blue) = 188+135+198=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 135 (53.12% from 255 or 25.91% from 521); Blue value is 198 (77.73% from 255 or 38.00% from 521); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC87C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC87C6 is #437839. Grayscale: #9D9D9D. Windows color (decimal): -4421690 or 13010876. OLE color: 13010876.
HSL color Cylindrical-coordinate representation of color #BC87C6: hue angle of 290.48º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC87C6 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 135 | 198 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.22 |
| HSL | 290.48º | 0.36% | 0.65% | - |
| HSV(B) | 290.48º | 0.32% | 0.78% | - |
| XYZ | 39.6 | 32.1 | 57.53 | - |
| YUV | 158.03 | 150.56 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 135 | 198 | 0.05 | 0.32 | 0 | 0.22 | 290.48 | 0.36 | 0.65 |
| Hex | BC | 87 | C6 | 5 | 20 | 0 | 16 | 122 | 24 | 41 |
| Octal | 274 | 207 | 306 | 5 | 40 | 0 | 26 | 442 | 44 | 101 |
| Binary | 10111100 | 10000111 | 11000110 | 101 | 100000 | 0 | 10110 | 100100010 | 100100 | 1000001 |
Color Harmonies of #BC87C6
Complementary color
Monochromatic Colors of #BC87C6
Black with #BC87C6
Text Example
Text Example
White with #BC87C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC87C6; }
p { color: rgb(188,135,198); }
H1.HeaderClassName
{
color: #BC87C6;
}
.AnyTagClassName
{
color: #BC87C6;
}
</style>
background-color css
<style>
a { background-color: #BC87C6; }
a { background-color: rgb(188,135,198); }
div.DivClassName
{
background-color: #BC87C6;
}
.BgClassName
{
background-color: #BC87C6;
}
</style>
border-color css
<style>
span { border-color: #BC87C6; }
span { border-color: rgb(188,135,198); }
td.TdClassName
{
border-color: #BC87C6;
}
.TagClassName
{
border-color: #BC87C6;
}
</style>