#BC86C4

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

Shades of East Side #BC86C4

Tints of East Side #BC86C4

Color information

#BC86C4 (or 0xBC86C4) is unknown color: approx East Side. HEX triplet: BC, 86 and C4. RGB value is (188,134,196). Sum of RGB (Red+Green+Blue) = 188+134+196=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC86C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC86C4 is #43793B. Grayscale: #9D9D9D. Windows color (decimal): -4421948 or 12879548. OLE color: 12879548.

HSL color Cylindrical-coordinate representation of color #BC86C4: hue angle of 292.26º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC86C4 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB188134196-
CMYK0.040.3200.23
HSL292.26º34.44%64.71%-
HSV(B)292.26º31.63%76.86%-
XYZ39.2331.7356.28-
YUV157.21149.89149.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.29%
GREEN value IS 134 (52.73% from 255) = 25.87%
BLUE value IS 196 (76.95% from 255) = 37.84%
R=36.29%
G=25.87%
B=37.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881341960.040.3200.23292.2634.4464.71
HexBC86C44200171242241
Octal27420630444002744442101
Binary1011110010000110110001001001000000101111001001001000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC86C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC86C4; }

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

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

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

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

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

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

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

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