#BC86CC

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

Shades of East Side #BC86CC

Tints of East Side #BC86CC

Color information

#BC86CC (or 0xBC86CC) is unknown color: approx East Side. HEX triplet: BC, 86 and CC. RGB value is (188,134,204). Sum of RGB (Red+Green+Blue) = 188+134+204=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 134 (52.73% from 255 or 25.48% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC86CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC86CC is #437933. Grayscale: #9D9D9D. Windows color (decimal): -4421940 or 13403836. OLE color: 13403836.

HSL color Cylindrical-coordinate representation of color #BC86CC: hue angle of 286.29º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC86CC is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB188134204-
CMYK0.080.3400.2
HSL286.29º40.7%66.27%-
HSV(B)286.29º34.31%80%-
XYZ40.1632.161.21-
YUV158.13153.89149.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.74%
GREEN value IS 134 (52.73% from 255) = 25.48%
BLUE value IS 204 (80.08% from 255) = 38.78%
R=35.74%
G=25.48%
B=38.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1881342040.080.3400.2286.2940.766.27
HexBC86CC82201411e2942
Octal274206314104202443651102
Binary10111100100001101100110010001000100101001000111101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC86CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC86CC; }

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

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

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

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

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

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

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

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