#BEA3FA

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

Shades of Perfume #BEA3FA

Tints of Perfume #BEA3FA

Color information

#BEA3FA (or 0xBEA3FA) is unknown color: approx Perfume. HEX triplet: BE, A3 and FA. RGB value is (190,163,250). Sum of RGB (Red+Green+Blue) = 190+163+250=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 163 (64.06% from 255 or 27.03% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEA3FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA3FA is #415C05. Grayscale: #B4B4B4. Windows color (decimal): -4283398 or 16425918. OLE color: 16425918.

HSL color Cylindrical-coordinate representation of color #BEA3FA: hue angle of 258.62º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEA3FA is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190163250-
CMYK0.240.3500.02
HSL258.62º89.69%80.98%-
HSV(B)258.62º34.8%98.04%-
XYZ51.5944.0496.22-
YUV180.99166.95134.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.51%
GREEN value IS 163 (64.06% from 255) = 27.03%
BLUE value IS 250 (98.05% from 255) = 41.46%
R=31.51%
G=27.03%
B=41.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901632500.240.3500.02258.6289.6980.98
HexBEA3FA1823021035a51
Octal276243372304302403132121
Binary1011111010100011111110101100010001101010000001110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA3FA; }

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

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

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

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

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

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

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

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