#BE80CA

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

Shades of East Side #BE80CA

Tints of East Side #BE80CA

Color information

#BE80CA (or 0xBE80CA) is unknown color: approx East Side. HEX triplet: BE, 80 and CA. RGB value is (190,128,202). Sum of RGB (Red+Green+Blue) = 190+128+202=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 128 (50.39% from 255 or 24.62% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE80CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE80CA is #417F35. Grayscale: #9A9A9A. Windows color (decimal): -4292406 or 13271230. OLE color: 13271230.

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

Color convert

RGB190128202-
CMYK0.060.3700.21
HSL290.27º41.11%64.71%-
HSV(B)290.27º36.63%79.22%-
XYZ39.6230.6559.71-
YUV154.97154.54152.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.54%
GREEN value IS 128 (50.39% from 255) = 24.62%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=36.54%
G=24.62%
B=38.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901282020.060.3700.21290.2741.1164.71
HexBE80CA6250151222941
Octal27620031264502544251101
Binary1011111010000000110010101101001010101011001000101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE80CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE80CA; }

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

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

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

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

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

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

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

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