#BC86C1

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

Shades of East Side #BC86C1

Tints of East Side #BC86C1

Color information

#BC86C1 (or 0xBC86C1) is unknown color: approx East Side. HEX triplet: BC, 86 and C1. RGB value is (188,134,193). Sum of RGB (Red+Green+Blue) = 188+134+193=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 134 (52.73% from 255 or 26.02% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC86C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC86C1 is #43793E. Grayscale: #9C9C9C. Windows color (decimal): -4421951 or 12682940. OLE color: 12682940.

HSL color Cylindrical-coordinate representation of color #BC86C1: hue angle of 294.92º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC86C1 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB188134193-
CMYK0.030.3100.24
HSL294.92º32.24%64.12%-
HSV(B)294.92º30.57%75.69%-
XYZ38.8931.5954.5-
YUV156.87148.39150.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.50%
GREEN value IS 134 (52.73% from 255) = 26.02%
BLUE value IS 193 (75.78% from 255) = 37.48%
R=36.50%
G=26.02%
B=37.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881341930.030.3100.24294.9232.2464.12
HexBC86C131F0181272040
Octal27420630133703044740100
Binary10111100100001101100000111111110110001001001111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC86C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC86C1; }

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

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

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

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

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

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

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

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