#BEA3F2

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

Shades of Perfume #BEA3F2

Tints of Perfume #BEA3F2

Color information

#BEA3F2 (or 0xBEA3F2) is unknown color: approx Perfume. HEX triplet: BE, A3 and F2. RGB value is (190,163,242). Sum of RGB (Red+Green+Blue) = 190+163+242=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 163 (64.06% from 255 or 27.39% from 595); Blue value is 242 (94.92% from 255 or 40.67% from 595); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEA3F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA3F2 is #415C0D. Grayscale: #B3B3B3. Windows color (decimal): -4283406 or 15901630. OLE color: 15901630.

HSL color Cylindrical-coordinate representation of color #BEA3F2: hue angle of 260.51º degrees, saturation: 0.75, 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 #BEA3F2 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190163242-
CMYK0.210.3300.05
HSL260.51º75.24%79.41%-
HSV(B)260.51º32.64%94.9%-
XYZ50.3643.5589.76-
YUV180.08162.95135.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.93%
GREEN value IS 163 (64.06% from 255) = 27.39%
BLUE value IS 242 (94.92% from 255) = 40.67%
R=31.93%
G=27.39%
B=40.67%

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
Decimal1901632420.210.3300.05260.5175.2479.41
HexBEA3F21521051054b4f
Octal276243362254105405113117
Binary10111110101000111111001010101100001010110000010110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA3F2; }

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

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

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

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

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

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

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

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