#BEA2FA

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

Shades of Perfume #BEA2FA

Tints of Perfume #BEA2FA

Color information

#BEA2FA (or 0xBEA2FA) is unknown color: approx Perfume. HEX triplet: BE, A2 and FA. RGB value is (190,162,250). Sum of RGB (Red+Green+Blue) = 190+162+250=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 162 (63.67% from 255 or 26.91% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEA2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA2FA is #415D05. Grayscale: #B4B4B4. Windows color (decimal): -4283654 or 16425662. OLE color: 16425662.

HSL color Cylindrical-coordinate representation of color #BEA2FA: hue angle of 259.09º 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 #BEA2FA is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190162250-
CMYK0.240.3500.02
HSL259.09º89.8%80.78%-
HSV(B)259.09º35.2%98.04%-
XYZ51.4143.6996.17-
YUV180.4167.28134.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.56%
GREEN value IS 162 (63.67% from 255) = 26.91%
BLUE value IS 250 (98.05% from 255) = 41.53%
R=31.56%
G=26.91%
B=41.53%

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
Decimal1901622500.240.3500.02259.0989.880.78
HexBEA2FA1823021035a51
Octal276242372304302403132121
Binary1011111010100010111110101100010001101010000001110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA2FA; }

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

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

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

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

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

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

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

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