#BEA3F5

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

Shades of Perfume #BEA3F5

Tints of Perfume #BEA3F5

Color information

#BEA3F5 (or 0xBEA3F5) is unknown color: approx Perfume. HEX triplet: BE, A3 and F5. RGB value is (190,163,245). Sum of RGB (Red+Green+Blue) = 190+163+245=598 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.77% from 598); Green value is 163 (64.06% from 255 or 27.26% from 598); Blue value is 245 (96.09% from 255 or 40.97% from 598); Max value from RGB is 245 - color contains mainly: blue. Hex color #BEA3F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA3F5 is #415C0A. Grayscale: #B4B4B4. Windows color (decimal): -4283403 or 16098238. OLE color: 16098238.

HSL color Cylindrical-coordinate representation of color #BEA3F5: hue angle of 259.76º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEA3F5 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB190163245-
CMYK0.220.3300.04
HSL259.76º80.39%80%-
HSV(B)259.76º33.47%96.08%-
XYZ50.8143.7392.15-
YUV180.42164.45134.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.77%
GREEN value IS 163 (64.06% from 255) = 27.26%
BLUE value IS 245 (96.09% from 255) = 40.97%
R=31.77%
G=27.26%
B=40.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1901632450.220.3300.04259.7680.3980
HexBEA3F51621041045050
Octal276243365264104404120120
Binary10111110101000111111010110110100001010010000010010100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA3F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA3F5; }

 p { color: rgb(190,163,245); }

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

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

 a { background-color: rgb(190,163,245); }

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

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

 span { border-color: rgb(190,163,245); }

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