#BE8ACD

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

Shades of East Side #BE8ACD

Tints of East Side #BE8ACD

Color information

#BE8ACD (or 0xBE8ACD) is unknown color: approx East Side. HEX triplet: BE, 8A and CD. RGB value is (190,138,205). Sum of RGB (Red+Green+Blue) = 190+138+205=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE8ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8ACD is #417532. Grayscale: #A0A0A0. Windows color (decimal): -4289843 or 13470398. OLE color: 13470398.

HSL color Cylindrical-coordinate representation of color #BE8ACD: hue angle of 286.57º degrees, saturation: 0.4, 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 #BE8ACD is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB190138205-
CMYK0.070.3300.20
HSL286.57º40.12%67.25%-
HSV(B)286.57º32.68%80.39%-
XYZ41.3433.5362.05-
YUV161.19152.73148.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.65%
GREEN value IS 138 (54.30% from 255) = 25.89%
BLUE value IS 205 (80.47% from 255) = 38.46%
R=35.65%
G=25.89%
B=38.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901382050.070.3300.20286.5740.1267.25
HexBE8ACD72101411f2843
Octal27621231574102443750103
Binary1011111010001010110011011111000010101001000111111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8ACD; }

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

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

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

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

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

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

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

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