#BE88C8

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

Shades of East Side #BE88C8

Tints of East Side #BE88C8

Color information

#BE88C8 (or 0xBE88C8) is unknown color: approx East Side. HEX triplet: BE, 88 and C8. RGB value is (190,136,200). Sum of RGB (Red+Green+Blue) = 190+136+200=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 136 (53.52% from 255 or 25.86% from 526); Blue value is 200 (78.52% from 255 or 38.02% from 526); Max value from RGB is 200 - color contains mainly: blue. Hex color #BE88C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE88C8 is #417737. Grayscale: #9F9F9F. Windows color (decimal): -4290360 or 13142206. OLE color: 13142206.

HSL color Cylindrical-coordinate representation of color #BE88C8: hue angle of 290.62º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BE88C8 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB190136200-
CMYK0.050.3200.22
HSL290.62º36.78%65.88%-
HSV(B)290.62º32%78.43%-
XYZ40.4632.7358.83-
YUV159.44150.89149.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.12%
GREEN value IS 136 (53.52% from 255) = 25.86%
BLUE value IS 200 (78.52% from 255) = 38.02%
R=36.12%
G=25.86%
B=38.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901362000.050.3200.22290.6236.7865.88
HexBE88C85200161232542
Octal27621031054002644345102
Binary1011111010001000110010001011000000101101001000111001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE88C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE88C8; }

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

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

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

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

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

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

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

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