#BE86C6

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

Shades of East Side #BE86C6

Tints of East Side #BE86C6

Color information

#BE86C6 (or 0xBE86C6) is unknown color: approx East Side. HEX triplet: BE, 86 and C6. RGB value is (190,134,198). Sum of RGB (Red+Green+Blue) = 190+134+198=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 134 (52.73% from 255 or 25.67% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 198 - color contains mainly: blue. Hex color #BE86C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE86C6 is #417939. Grayscale: #9D9D9D. Windows color (decimal): -4290874 or 13010622. OLE color: 13010622.

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

Color convert

RGB190134198-
CMYK0.040.3200.22
HSL292.5º35.96%65.1%-
HSV(B)292.5º32.32%77.65%-
XYZ39.9532.0757.51-
YUV158.04150.55150.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.40%
GREEN value IS 134 (52.73% from 255) = 25.67%
BLUE value IS 198 (77.73% from 255) = 37.93%
R=36.40%
G=25.67%
B=37.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901341980.040.3200.22292.535.9665.1
HexBE86C64200161242441
Octal27620630644002644444101
Binary1011111010000110110001101001000000101101001001001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE86C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE86C6; }

 p { color: rgb(190,134,198); }

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

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

 a { background-color: rgb(190,134,198); }

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

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

 span { border-color: rgb(190,134,198); }

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