#BEA1FE

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

Shades of Perfume #BEA1FE

Tints of Perfume #BEA1FE

Color information

#BEA1FE (or 0xBEA1FE) is unknown color: approx Perfume. HEX triplet: BE, A1 and FE. RGB value is (190,161,254). Sum of RGB (Red+Green+Blue) = 190+161+254=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 161 (63.28% from 255 or 26.61% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEA1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA1FE is #415E01. Grayscale: #B3B3B3. Windows color (decimal): -4283906 or 16687550. OLE color: 16687550.

HSL color Cylindrical-coordinate representation of color #BEA1FE: hue angle of 258.71º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEA1FE is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB190161254-
CMYK0.250.3700.00
HSL258.71º97.89%81.37%-
HSV(B)258.71º36.61%99.61%-
XYZ51.8743.5999.45-
YUV180.27169.61134.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.40%
GREEN value IS 161 (63.28% from 255) = 26.61%
BLUE value IS 254 (99.61% from 255) = 41.98%
R=31.40%
G=26.61%
B=41.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1901612540.250.3700.00258.7197.8981.37
HexBEA1FE1925001036251
Octal276241376314500403142121
Binary101111101010000111111110110011001010010000001111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA1FE; }

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

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

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

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

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

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

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

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