#BE8ACC

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

Shades of East Side #BE8ACC

Tints of East Side #BE8ACC

Color information

#BE8ACC (or 0xBE8ACC) is unknown color: approx East Side. HEX triplet: BE, 8A and CC. RGB value is (190,138,204). Sum of RGB (Red+Green+Blue) = 190+138+204=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE8ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8ACC is #417533. Grayscale: #A0A0A0. Windows color (decimal): -4289844 or 13404862. OLE color: 13404862.

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

Color convert

RGB190138204-
CMYK0.070.3200.2
HSL287.27º39.29%67.06%-
HSV(B)287.27º32.35%80%-
XYZ41.2233.4861.42-
YUV161.07152.23148.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.71%
GREEN value IS 138 (54.30% from 255) = 25.94%
BLUE value IS 204 (80.08% from 255) = 38.35%
R=35.71%
G=25.94%
B=38.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1901382040.070.3200.2287.2739.2967.06
HexBE8ACC72001411f2743
Octal27621231474002443747103
Binary1011111010001010110011001111000000101001000111111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8ACC; }

 p { color: rgb(190,138,204); }

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

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

 a { background-color: rgb(190,138,204); }

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

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

 span { border-color: rgb(190,138,204); }

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