#BE8ACA

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

Shades of East Side #BE8ACA

Tints of East Side #BE8ACA

Color information

#BE8ACA (or 0xBE8ACA) is unknown color: approx East Side. HEX triplet: BE, 8A and CA. RGB value is (190,138,202). Sum of RGB (Red+Green+Blue) = 190+138+202=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE8ACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8ACA is #417535. Grayscale: #A0A0A0. Windows color (decimal): -4289846 or 13273790. OLE color: 13273790.

HSL color Cylindrical-coordinate representation of color #BE8ACA: hue angle of 288.75º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BE8ACA is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB190138202-
CMYK0.060.3200.21
HSL288.75º37.65%66.67%-
HSV(B)288.75º31.68%79.22%-
XYZ40.9833.3960.16-
YUV160.84151.23148.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.85%
GREEN value IS 138 (54.30% from 255) = 26.04%
BLUE value IS 202 (79.30% from 255) = 38.11%
R=35.85%
G=26.04%
B=38.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901382020.060.3200.21288.7537.6566.67
HexBE8ACA6200151212643
Octal27621231264002544146103
Binary1011111010001010110010101101000000101011001000011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8ACA; }

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

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

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

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

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

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

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

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