#BEA4E0

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

Shades of Perfume #BEA4E0

Tints of Perfume #BEA4E0

Color information

#BEA4E0 (or 0xBEA4E0) is unknown color: approx Perfume. HEX triplet: BE, A4 and E0. RGB value is (190,164,224). Sum of RGB (Red+Green+Blue) = 190+164+224=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 164 (64.45% from 255 or 28.37% from 578); Blue value is 224 (87.89% from 255 or 38.75% from 578); Max value from RGB is 224 - color contains mainly: blue. Hex color #BEA4E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA4E0 is #415B1F. Grayscale: #B2B2B2. Windows color (decimal): -4283168 or 14722238. OLE color: 14722238.

HSL color Cylindrical-coordinate representation of color #BEA4E0: hue angle of 266º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEA4E0 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190164224-
CMYK0.150.2700.12
HSL266º49.18%76.08%-
HSV(B)266º26.79%87.84%-
XYZ47.9742.8876.27-
YUV178.61153.61136.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.87%
GREEN value IS 164 (64.45% from 255) = 28.37%
BLUE value IS 224 (87.89% from 255) = 38.75%
R=32.87%
G=28.37%
B=38.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1901642240.150.2700.1226649.1876.08
HexBEA4E0F1B0C10a314c
Octal276244340173301441261114
Binary101111101010010011100000111111011011001000010101100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA4E0; }

 p { color: rgb(190,164,224); }

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

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

 a { background-color: rgb(190,164,224); }

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

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

 span { border-color: rgb(190,164,224); }

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