#BE84CA

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

Shades of East Side #BE84CA

Tints of East Side #BE84CA

Color information

#BE84CA (or 0xBE84CA) is unknown color: approx East Side. HEX triplet: BE, 84 and CA. RGB value is (190,132,202). Sum of RGB (Red+Green+Blue) = 190+132+202=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE84CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE84CA is #417B35. Grayscale: #9D9D9D. Windows color (decimal): -4291382 or 13272254. OLE color: 13272254.

HSL color Cylindrical-coordinate representation of color #BE84CA: hue angle of 289.71º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE84CA is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB190132202-
CMYK0.060.3500.21
HSL289.71º39.77%65.49%-
HSV(B)289.71º34.65%79.22%-
XYZ40.1531.7159.88-
YUV157.32153.22151.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.26%
GREEN value IS 132 (51.95% from 255) = 25.19%
BLUE value IS 202 (79.30% from 255) = 38.55%
R=36.26%
G=25.19%
B=38.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901322020.060.3500.21289.7139.7765.49
HexBE84CA6230151222841
Octal27620431264302544250101
Binary1011111010000100110010101101000110101011001000101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE84CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE84CA; }

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

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

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

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

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

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

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

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