#BC86C7

Color #BC86C7 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #BC86C7

Tints of East Side #BC86C7

Color information

#BC86C7 (or 0xBC86C7) is unknown color: approx 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

RGB188134199-
CMYK0.060.3300.22
HSL289.85º36.72%65.29%-
HSV(B)289.85º32.66%78.04%-
XYZ39.5731.8758.1-
YUV157.56151.39149.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 36.08%
GREEN value IS 134 (52.73% from 255) = 25.72%
BLUE value IS 199 (78.12% from 255) = 38.20%
R=36.08%
G=25.72%
B=38.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881341990.060.3300.22289.8536.7265.29
HexBC86C76210161222541
Octal27420630764102644245101
Binary1011110010000110110001111101000010101101001000101001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC86C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>