#BE89CB

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

Shades of East Side #BE89CB

Tints of East Side #BE89CB

Color information

#BE89CB (or 0xBE89CB) is unknown color: approx East Side. HEX triplet: BE, 89 and CB. RGB value is (190,137,203). Sum of RGB (Red+Green+Blue) = 190+137+203=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 137 (53.91% from 255 or 25.85% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE89CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE89CB is #417634. Grayscale: #A0A0A0. Windows color (decimal): -4290101 or 13339070. OLE color: 13339070.

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

Color convert

RGB190137203-
CMYK0.060.3300.20
HSL288.18º38.82%66.67%-
HSV(B)288.18º32.51%79.61%-
XYZ40.9633.1560.74-
YUV160.37152.06149.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.85%
GREEN value IS 137 (53.91% from 255) = 25.85%
BLUE value IS 203 (79.69% from 255) = 38.30%
R=35.85%
G=25.85%
B=38.30%

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
Decimal1901372030.060.3300.20288.1838.8266.67
HexBE89CB6210141202743
Octal27621131364102444047103
Binary1011111010001001110010111101000010101001001000001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE89CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE89CB; }

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

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

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

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

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

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

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

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