#BE88CB

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

Shades of East Side #BE88CB

Tints of East Side #BE88CB

Color information

#BE88CB (or 0xBE88CB) is unknown color: approx East Side. HEX triplet: BE, 88 and CB. RGB value is (190,136,203). Sum of RGB (Red+Green+Blue) = 190+136+203=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 136 (53.52% from 255 or 25.71% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE88CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE88CB is #417734. Grayscale: #9F9F9F. Windows color (decimal): -4290357 or 13338814. OLE color: 13338814.

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

Color convert

RGB190136203-
CMYK0.060.3300.20
HSL288.36º39.18%66.47%-
HSV(B)288.36º33%79.61%-
XYZ40.8232.8760.69-
YUV159.78152.39149.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.92%
GREEN value IS 136 (53.52% from 255) = 25.71%
BLUE value IS 203 (79.69% from 255) = 38.37%
R=35.92%
G=25.71%
B=38.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901362030.060.3300.20288.3639.1866.47
HexBE88CB6210141202742
Octal27621031364102444047102
Binary1011111010001000110010111101000010101001001000001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE88CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE88CB; }

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

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

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

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

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

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

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

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