#BE85CE

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

Shades of East Side #BE85CE

Tints of East Side #BE85CE

Color information

#BE85CE (or 0xBE85CE) is unknown color: approx East Side. HEX triplet: BE, 85 and CE. RGB value is (190,133,206). Sum of RGB (Red+Green+Blue) = 190+133+206=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE85CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE85CE is #417A31. Grayscale: #9E9E9E. Windows color (decimal): -4291122 or 13534654. OLE color: 13534654.

HSL color Cylindrical-coordinate representation of color #BE85CE: hue angle of 286.85º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE85CE is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB190133206-
CMYK0.080.3500.19
HSL286.85º42.69%66.47%-
HSV(B)286.85º35.44%80.78%-
XYZ40.7632.1862.46-
YUV158.36154.88150.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.92%
GREEN value IS 133 (52.34% from 255) = 25.14%
BLUE value IS 206 (80.86% from 255) = 38.94%
R=35.92%
G=25.14%
B=38.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901332060.080.3500.19286.8542.6966.47
HexBE85CE82301311f2b42
Octal276205316104302343753102
Binary10111110100001011100111010001000110100111000111111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE85CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE85CE; }

 p { color: rgb(190,133,206); }

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

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

 a { background-color: rgb(190,133,206); }

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

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

 span { border-color: rgb(190,133,206); }

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