#BE87CA

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

Shades of East Side #BE87CA

Tints of East Side #BE87CA

Color information

#BE87CA (or 0xBE87CA) is unknown color: approx East Side. HEX triplet: BE, 87 and CA. RGB value is (190,135,202). Sum of RGB (Red+Green+Blue) = 190+135+202=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 135 (53.12% from 255 or 25.62% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE87CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE87CA is #417835. Grayscale: #9E9E9E. Windows color (decimal): -4290614 or 13273022. OLE color: 13273022.

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

Color convert

RGB190135202-
CMYK0.060.3300.21
HSL289.25º38.73%66.08%-
HSV(B)289.25º33.17%79.22%-
XYZ40.5632.5460.02-
YUV159.08152.22150.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 135 (53.12% from 255) = 25.62%
BLUE value IS 202 (79.30% from 255) = 38.33%
R=36.05%
G=25.62%
B=38.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901352020.060.3300.21289.2538.7366.08
HexBE87CA6210151212742
Octal27620731264102544147102
Binary1011111010000111110010101101000010101011001000011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE87CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE87CA; }

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

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

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

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

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

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

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

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