#BE86CA

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

Shades of East Side #BE86CA

Tints of East Side #BE86CA

Color information

#BE86CA (or 0xBE86CA) is unknown color: approx East Side. HEX triplet: BE, 86 and CA. RGB value is (190,134,202). Sum of RGB (Red+Green+Blue) = 190+134+202=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 134 (52.73% from 255 or 25.48% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE86CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE86CA is #417935. Grayscale: #9E9E9E. Windows color (decimal): -4290870 or 13272766. OLE color: 13272766.

HSL color Cylindrical-coordinate representation of color #BE86CA: hue angle of 289.41º 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 #BE86CA is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB190134202-
CMYK0.060.3400.21
HSL289.41º39.08%65.88%-
HSV(B)289.41º33.66%79.22%-
XYZ40.4232.2659.97-
YUV158.5152.55150.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.12%
GREEN value IS 134 (52.73% from 255) = 25.48%
BLUE value IS 202 (79.30% from 255) = 38.40%
R=36.12%
G=25.48%
B=38.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901342020.060.3400.21289.4139.0865.88
HexBE86CA6220151212742
Octal27620631264202544147102
Binary1011111010000110110010101101000100101011001000011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE86CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE86CA; }

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

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

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

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

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

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

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

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