#BE88CA

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

Shades of East Side #BE88CA

Tints of East Side #BE88CA

Color information

#BE88CA (or 0xBE88CA) is unknown color: approx East Side. HEX triplet: BE, 88 and CA. RGB value is (190,136,202). Sum of RGB (Red+Green+Blue) = 190+136+202=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 136 (53.52% from 255 or 25.76% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE88CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE88CA is #417735. Grayscale: #9F9F9F. Windows color (decimal): -4290358 or 13273278. OLE color: 13273278.

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

Color convert

RGB190136202-
CMYK0.060.3300.21
HSL289.09º38.37%66.27%-
HSV(B)289.09º32.67%79.22%-
XYZ40.732.8260.07-
YUV159.67151.89149.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.98%
GREEN value IS 136 (53.52% from 255) = 25.76%
BLUE value IS 202 (79.30% from 255) = 38.26%
R=35.98%
G=25.76%
B=38.26%

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
Decimal1901362020.060.3300.21289.0938.3766.27
HexBE88CA6210151212642
Octal27621031264102544146102
Binary1011111010001000110010101101000010101011001000011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE88CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE88CA; }

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

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

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

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

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

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

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

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