#BC86CA

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

Shades of East Side #BC86CA

Tints of East Side #BC86CA

Color information

#BC86CA (or 0xBC86CA) is unknown color: approx East Side. HEX triplet: BC, 86 and CA. RGB value is (188,134,202). Sum of RGB (Red+Green+Blue) = 188+134+202=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 134 (52.73% from 255 or 25.57% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC86CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC86CA is #437935. Grayscale: #9D9D9D. Windows color (decimal): -4421942 or 13272764. OLE color: 13272764.

HSL color Cylindrical-coordinate representation of color #BC86CA: hue angle of 287.65º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC86CA is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188134202-
CMYK0.070.3400.21
HSL287.65º39.08%65.88%-
HSV(B)287.65º33.66%79.22%-
XYZ39.9232.0159.95-
YUV157.9152.89149.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.88%
GREEN value IS 134 (52.73% from 255) = 25.57%
BLUE value IS 202 (79.30% from 255) = 38.55%
R=35.88%
G=25.57%
B=38.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881342020.070.3400.21287.6539.0865.88
HexBC86CA7220151202742
Octal27420631274202544047102
Binary1011110010000110110010101111000100101011001000001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC86CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC86CA; }

 p { color: rgb(188,134,202); }

 H1.HeaderClassName
 {
   color: #BC86CA;
 }
 .AnyTagClassName
 {
   color: #BC86CA;
 }
</style>
background-color css

<style>
 a { background-color: #BC86CA; }

 a { background-color: rgb(188,134,202); }

 div.DivClassName
 {
   background-color: #BC86CA;
 }
 .BgClassName
 {
   background-color: #BC86CA;
 }
</style>
border-color css

<style>
 span { border-color: #BC86CA; }

 span { border-color: rgb(188,134,202); }

 td.TdClassName
 {
   border-color: #BC86CA;
 }
 .TagClassName
 {
   border-color: #BC86CA;
 }
</style>