#BEA1F1

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

Shades of Perfume #BEA1F1

Tints of Perfume #BEA1F1

Color information

#BEA1F1 (or 0xBEA1F1) is unknown color: approx Perfume. HEX triplet: BE, A1 and F1. RGB value is (190,161,241). Sum of RGB (Red+Green+Blue) = 190+161+241=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 161 (63.28% from 255 or 27.20% from 592); Blue value is 241 (94.53% from 255 or 40.71% from 592); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEA1F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA1F1 is #415E0E. Grayscale: #B2B2B2. Windows color (decimal): -4283919 or 15835582. OLE color: 15835582.

HSL color Cylindrical-coordinate representation of color #BEA1F1: hue angle of 261.75º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEA1F1 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190161241-
CMYK0.210.3300.05
HSL261.75º74.07%78.82%-
HSV(B)261.75º33.2%94.51%-
XYZ49.8642.7988.85-
YUV178.79163.11136-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.09%
GREEN value IS 161 (63.28% from 255) = 27.20%
BLUE value IS 241 (94.53% from 255) = 40.71%
R=32.09%
G=27.20%
B=40.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901612410.210.3300.05261.7574.0778.82
HexBEA1F11521051064a4f
Octal276241361254105406112117
Binary10111110101000011111000110101100001010110000011010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA1F1; }

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

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

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

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

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

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

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

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