Shades of East Side #BC86C7
Tints of East Side #BC86C7
RGB
CMYK
RGB Variations
Color information
#BC86C7 (or 0xBC86C7) is known color: East Side. HEX triplet: BC, 86 and C7. RGB value is (188,134,199). Sum of RGB (Red+Green+Blue) = 188+134+199=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 134 (52.73% from 255 or 25.72% from 521); Blue value is 199 (78.12% from 255 or 38.20% from 521); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC86C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC86C7 is #437938. Grayscale: #9D9D9D. Windows color (decimal): -4421945 or 13076156. OLE color: 13076156.
HSL color Cylindrical-coordinate representation of color #BC86C7: hue angle of 289.85º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC86C7 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 134 | 199 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.22 |
| HSL | 289.85º | 0.37% | 0.65% | - |
| HSV(B) | 289.85º | 0.33% | 0.78% | - |
| XYZ | 39.57 | 31.87 | 58.1 | - |
| YUV | 157.56 | 151.39 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 199 | 0.06 | 0.33 | 0 | 0.22 | 289.85 | 0.37 | 0.65 |
| Hex | BC | 86 | C7 | 6 | 21 | 0 | 16 | 122 | 25 | 41 |
| Octal | 274 | 206 | 307 | 6 | 41 | 0 | 26 | 442 | 45 | 101 |
| Binary | 10111100 | 10000110 | 11000111 | 110 | 100001 | 0 | 10110 | 100100010 | 100101 | 1000001 |
Color Harmonies of #BC86C7
Complementary color
Monochromatic Colors of #BC86C7
Black with #BC86C7
Text Example
Text Example
White with #BC86C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC86C7; }
p { color: rgb(188,134,199); }
H1.HeaderClassName
{
color: #BC86C7;
}
.AnyTagClassName
{
color: #BC86C7;
}
</style>
background-color css
<style>
a { background-color: #BC86C7; }
a { background-color: rgb(188,134,199); }
div.DivClassName
{
background-color: #BC86C7;
}
.BgClassName
{
background-color: #BC86C7;
}
</style>
border-color css
<style>
span { border-color: #BC86C7; }
span { border-color: rgb(188,134,199); }
td.TdClassName
{
border-color: #BC86C7;
}
.TagClassName
{
border-color: #BC86C7;
}
</style>