#BEA1FF

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

Shades of Perfume #BEA1FF

Tints of Perfume #BEA1FF

Color information

#BEA1FF (or 0xBEA1FF) is unknown color: approx Perfume. HEX triplet: BE, A1 and FF. RGB value is (190,161,255). Sum of RGB (Red+Green+Blue) = 190+161+255=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 161 (63.28% from 255 or 26.57% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEA1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA1FF is #415E00. Grayscale: #B4B4B4. Windows color (decimal): -4283905 or 16753086. OLE color: 16753086.

HSL color Cylindrical-coordinate representation of color #BEA1FF: hue angle of 258.51º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEA1FF is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB190161255-
CMYK0.250.3700
HSL258.51º100%81.57%-
HSV(B)258.51º36.86%100%-
XYZ52.0343.66100.29-
YUV180.39170.11134.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.35%
GREEN value IS 161 (63.28% from 255) = 26.57%
BLUE value IS 255 (100% from 255) = 42.08%
R=31.35%
G=26.57%
B=42.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1901612550.250.3700258.5110081.57
HexBEA1FF1925001036452
Octal276241377314500403144122
Binary101111101010000111111111110011001010010000001111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA1FF; }

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

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

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

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

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

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

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

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