#BEA4FA

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

Shades of Perfume #BEA4FA

Tints of Perfume #BEA4FA

Color information

#BEA4FA (or 0xBEA4FA) is unknown color: approx Perfume. HEX triplet: BE, A4 and FA. RGB value is (190,164,250). Sum of RGB (Red+Green+Blue) = 190+164+250=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 164 (64.45% from 255 or 27.15% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEA4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA4FA is #415B05. Grayscale: #B5B5B5. Windows color (decimal): -4283142 or 16426174. OLE color: 16426174.

HSL color Cylindrical-coordinate representation of color #BEA4FA: hue angle of 258.14º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BEA4FA is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190164250-
CMYK0.240.3400.02
HSL258.14º89.58%81.18%-
HSV(B)258.14º34.4%98.04%-
XYZ51.7744.496.28-
YUV181.58166.61134.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.46%
GREEN value IS 164 (64.45% from 255) = 27.15%
BLUE value IS 250 (98.05% from 255) = 41.39%
R=31.46%
G=27.15%
B=41.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901642500.240.3400.02258.1489.5881.18
HexBEA4FA1822021025a51
Octal276244372304202402132121
Binary1011111010100100111110101100010001001010000001010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA4FA; }

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

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

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

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

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

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

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

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