#BE80CE

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

Shades of East Side #BE80CE

Tints of East Side #BE80CE

Color information

#BE80CE (or 0xBE80CE) is unknown color: approx East Side. HEX triplet: BE, 80 and CE. RGB value is (190,128,206). Sum of RGB (Red+Green+Blue) = 190+128+206=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 128 (50.39% from 255 or 24.43% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE80CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE80CE is #417F31. Grayscale: #9B9B9B. Windows color (decimal): -4292402 or 13533374. OLE color: 13533374.

HSL color Cylindrical-coordinate representation of color #BE80CE: hue angle of 287.69º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE80CE is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB190128206-
CMYK0.080.3800.19
HSL287.69º44.32%65.49%-
HSV(B)287.69º37.86%80.78%-
XYZ40.0930.8462.23-
YUV155.43156.54152.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.26%
GREEN value IS 128 (50.39% from 255) = 24.43%
BLUE value IS 206 (80.86% from 255) = 39.31%
R=36.26%
G=24.43%
B=39.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901282060.080.3800.19287.6944.3265.49
HexBE80CE8260131202c41
Octal276200316104602344054101
Binary10111110100000001100111010001001100100111001000001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE80CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE80CE; }

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

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

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

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

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

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

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

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