#BEA1F3

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

Shades of Perfume #BEA1F3

Tints of Perfume #BEA1F3

Color information

#BEA1F3 (or 0xBEA1F3) is unknown color: approx Perfume. HEX triplet: BE, A1 and F3. RGB value is (190,161,243). Sum of RGB (Red+Green+Blue) = 190+161+243=594 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.99% from 594); Green value is 161 (63.28% from 255 or 27.10% from 594); Blue value is 243 (95.31% from 255 or 40.91% from 594); Max value from RGB is 243 - color contains mainly: blue. Hex color #BEA1F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA1F3 is #415E0C. Grayscale: #B2B2B2. Windows color (decimal): -4283917 or 15966654. OLE color: 15966654.

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

Color convert

RGB190161243-
CMYK0.220.3400.05
HSL261.22º77.36%79.22%-
HSV(B)261.22º33.74%95.29%-
XYZ50.1642.9190.43-
YUV179.02164.11135.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.99%
GREEN value IS 161 (63.28% from 255) = 27.10%
BLUE value IS 243 (95.31% from 255) = 40.91%
R=31.99%
G=27.10%
B=40.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901612430.220.3400.05261.2277.3679.22
HexBEA1F31622051054d4f
Octal276241363264205405115117
Binary10111110101000011111001110110100010010110000010110011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA1F3; }

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

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

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

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

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

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

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

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