#BEA1FB

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

Shades of Perfume #BEA1FB

Tints of Perfume #BEA1FB

Color information

#BEA1FB (or 0xBEA1FB) is unknown color: approx Perfume. HEX triplet: BE, A1 and FB. RGB value is (190,161,251). Sum of RGB (Red+Green+Blue) = 190+161+251=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 161 (63.28% from 255 or 26.74% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #BEA1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA1FB is #415E04. Grayscale: #B3B3B3. Windows color (decimal): -4283909 or 16490942. OLE color: 16490942.

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

Color convert

RGB190161251-
CMYK0.240.3600.02
HSL259.33º91.84%80.78%-
HSV(B)259.33º35.86%98.43%-
XYZ51.3943.496.94-
YUV179.93168.11135.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.56%
GREEN value IS 161 (63.28% from 255) = 26.74%
BLUE value IS 251 (98.44% from 255) = 41.69%
R=31.56%
G=26.74%
B=41.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901612510.240.3600.02259.3391.8480.78
HexBEA1FB1824021035c51
Octal276241373304402403134121
Binary1011111010100001111110111100010010001010000001110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA1FB; }

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

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

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

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

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

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

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

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