#BEA1FC

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

Shades of Perfume #BEA1FC

Tints of Perfume #BEA1FC

Color information

#BEA1FC (or 0xBEA1FC) is unknown color: approx Perfume. HEX triplet: BE, A1 and FC. RGB value is (190,161,252). Sum of RGB (Red+Green+Blue) = 190+161+252=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 161 (63.28% from 255 or 26.70% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEA1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA1FC is #415E03. Grayscale: #B3B3B3. Windows color (decimal): -4283908 or 16556478. OLE color: 16556478.

HSL color Cylindrical-coordinate representation of color #BEA1FC: hue angle of 259.12º degrees, saturation: 0.94, 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 #BEA1FC is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190161252-
CMYK0.250.3600.01
HSL259.12º93.81%80.98%-
HSV(B)259.12º36.11%98.82%-
XYZ51.5543.4797.77-
YUV180.04168.61135.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.51%
GREEN value IS 161 (63.28% from 255) = 26.70%
BLUE value IS 252 (98.83% from 255) = 41.79%
R=31.51%
G=26.70%
B=41.79%

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
Decimal1901612520.250.3600.01259.1293.8180.98
HexBEA1FC1924011035e51
Octal276241374314401403136121
Binary101111101010000111111100110011001000110000001110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA1FC; }

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

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

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

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

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

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

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

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