Shades of East Side #BC86C5
Tints of East Side #BC86C5
RGB
CMYK
RGB Variations
Color information
#BC86C5 (or 0xBC86C5) is known color: East Side. HEX triplet: BC, 86 and C5. RGB value is (188,134,197). Sum of RGB (Red+Green+Blue) = 188+134+197=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC86C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC86C5 is #43793A. Grayscale: #9D9D9D. Windows color (decimal): -4421947 or 12945084. OLE color: 12945084.
HSL color Cylindrical-coordinate representation of color #BC86C5: hue angle of 291.43º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC86C5 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 134 | 197 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.23 |
| HSL | 291.43º | 0.35% | 0.65% | - |
| HSV(B) | 291.43º | 0.32% | 0.77% | - |
| XYZ | 39.34 | 31.77 | 56.88 | - |
| YUV | 157.33 | 150.39 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 197 | 0.05 | 0.32 | 0 | 0.23 | 291.43 | 0.35 | 0.65 |
| Hex | BC | 86 | C5 | 5 | 20 | 0 | 17 | 123 | 23 | 41 |
| Octal | 274 | 206 | 305 | 5 | 40 | 0 | 27 | 443 | 43 | 101 |
| Binary | 10111100 | 10000110 | 11000101 | 101 | 100000 | 0 | 10111 | 100100011 | 100011 | 1000001 |
Color Harmonies of #BC86C5
Complementary color
Monochromatic Colors of #BC86C5
Black with #BC86C5
Text Example
Text Example
White with #BC86C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC86C5; }
p { color: rgb(188,134,197); }
H1.HeaderClassName
{
color: #BC86C5;
}
.AnyTagClassName
{
color: #BC86C5;
}
</style>
background-color css
<style>
a { background-color: #BC86C5; }
a { background-color: rgb(188,134,197); }
div.DivClassName
{
background-color: #BC86C5;
}
.BgClassName
{
background-color: #BC86C5;
}
</style>
border-color css
<style>
span { border-color: #BC86C5; }
span { border-color: rgb(188,134,197); }
td.TdClassName
{
border-color: #BC86C5;
}
.TagClassName
{
border-color: #BC86C5;
}
</style>