#BEA1FD

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

Shades of Perfume #BEA1FD

Tints of Perfume #BEA1FD

Color information

#BEA1FD (or 0xBEA1FD) is unknown color: approx Perfume. HEX triplet: BE, A1 and FD. RGB value is (190,161,253). Sum of RGB (Red+Green+Blue) = 190+161+253=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 161 (63.28% from 255 or 26.66% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEA1FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA1FD is #415E02. Grayscale: #B3B3B3. Windows color (decimal): -4283907 or 16622014. OLE color: 16622014.

HSL color Cylindrical-coordinate representation of color #BEA1FD: hue angle of 258.91º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BEA1FD is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190161253-
CMYK0.250.3600.01
HSL258.91º95.83%81.18%-
HSV(B)258.91º36.36%99.22%-
XYZ51.7143.5398.6-
YUV180.16169.11135.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.46%
GREEN value IS 161 (63.28% from 255) = 26.66%
BLUE value IS 253 (99.22% from 255) = 41.89%
R=31.46%
G=26.66%
B=41.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901612530.250.3600.01258.9195.8381.18
HexBEA1FD1924011036051
Octal276241375314401403140121
Binary101111101010000111111101110011001000110000001111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA1FD; }

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

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

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

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

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

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

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

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