#BE86CB

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

Shades of East Side #BE86CB

Tints of East Side #BE86CB

Color information

#BE86CB (or 0xBE86CB) is unknown color: approx East Side. HEX triplet: BE, 86 and CB. RGB value is (190,134,203). Sum of RGB (Red+Green+Blue) = 190+134+203=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 134 (52.73% from 255 or 25.43% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE86CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE86CB is #417934. Grayscale: #9E9E9E. Windows color (decimal): -4290869 or 13338302. OLE color: 13338302.

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

Color convert

RGB190134203-
CMYK0.060.3400.20
HSL288.7º39.88%66.08%-
HSV(B)288.7º33.99%79.61%-
XYZ40.5432.3160.6-
YUV158.61153.05150.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 134 (52.73% from 255) = 25.43%
BLUE value IS 203 (79.69% from 255) = 38.52%
R=36.05%
G=25.43%
B=38.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901342030.060.3400.20288.739.8866.08
HexBE86CB6220141212842
Octal27620631364202444150102
Binary1011111010000110110010111101000100101001001000011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE86CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE86CB; }

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

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

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

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

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

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

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

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