#BEA1FA

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

Shades of Perfume #BEA1FA

Tints of Perfume #BEA1FA

Color information

#BEA1FA (or 0xBEA1FA) is unknown color: approx Perfume. HEX triplet: BE, A1 and FA. RGB value is (190,161,250). Sum of RGB (Red+Green+Blue) = 190+161+250=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 161 (63.28% from 255 or 26.79% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEA1FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA1FA is #415E05. Grayscale: #B3B3B3. Windows color (decimal): -4283910 or 16425406. OLE color: 16425406.

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

Color convert

RGB190161250-
CMYK0.240.3600.02
HSL259.55º89.9%80.59%-
HSV(B)259.55º35.6%98.04%-
XYZ51.2443.3496.11-
YUV179.82167.61135.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.61%
GREEN value IS 161 (63.28% from 255) = 26.79%
BLUE value IS 250 (98.05% from 255) = 41.60%
R=31.61%
G=26.79%
B=41.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901612500.240.3600.02259.5589.980.59
HexBEA1FA1824021045a51
Octal276241372304402404132121
Binary1011111010100001111110101100010010001010000010010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA1FA; }

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

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

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

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

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

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

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

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