Shades of East Side #BC86C4
Tints of East Side #BC86C4
RGB
CMYK
RGB Variations
Color information
#BC86C4 (or 0xBC86C4) is known color: East Side. HEX triplet: BC, 86 and C4. RGB value is (188,134,196). Sum of RGB (Red+Green+Blue) = 188+134+196=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC86C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC86C4 is #43793B. Grayscale: #9D9D9D. Windows color (decimal): -4421948 or 12879548. OLE color: 12879548.
HSL color Cylindrical-coordinate representation of color #BC86C4: hue angle of 292.26º degrees, saturation: 0.34, 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 #BC86C4 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 134 | 196 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.23 |
| HSL | 292.26º | 0.34% | 0.65% | - |
| HSV(B) | 292.26º | 0.32% | 0.77% | - |
| XYZ | 39.23 | 31.73 | 56.28 | - |
| YUV | 157.21 | 149.89 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 196 | 0.04 | 0.32 | 0 | 0.23 | 292.26 | 0.34 | 0.65 |
| Hex | BC | 86 | C4 | 4 | 20 | 0 | 17 | 124 | 22 | 41 |
| Octal | 274 | 206 | 304 | 4 | 40 | 0 | 27 | 444 | 42 | 101 |
| Binary | 10111100 | 10000110 | 11000100 | 100 | 100000 | 0 | 10111 | 100100100 | 100010 | 1000001 |
Color Harmonies of #BC86C4
Complementary color
Monochromatic Colors of #BC86C4
Black with #BC86C4
Text Example
Text Example
White with #BC86C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC86C4; }
p { color: rgb(188,134,196); }
H1.HeaderClassName
{
color: #BC86C4;
}
.AnyTagClassName
{
color: #BC86C4;
}
</style>
background-color css
<style>
a { background-color: #BC86C4; }
a { background-color: rgb(188,134,196); }
div.DivClassName
{
background-color: #BC86C4;
}
.BgClassName
{
background-color: #BC86C4;
}
</style>
border-color css
<style>
span { border-color: #BC86C4; }
span { border-color: rgb(188,134,196); }
td.TdClassName
{
border-color: #BC86C4;
}
.TagClassName
{
border-color: #BC86C4;
}
</style>