#BEA1EC

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

Shades of Perfume #BEA1EC

Tints of Perfume #BEA1EC

Color information

#BEA1EC (or 0xBEA1EC) is unknown color: approx Perfume. HEX triplet: BE, A1 and EC. RGB value is (190,161,236). Sum of RGB (Red+Green+Blue) = 190+161+236=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 161 (63.28% from 255 or 27.43% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEA1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA1EC is #415E13. Grayscale: #B1B1B1. Windows color (decimal): -4283924 or 15507902. OLE color: 15507902.

HSL color Cylindrical-coordinate representation of color #BEA1EC: hue angle of 263.2º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEA1EC is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190161236-
CMYK0.190.3200.07
HSL263.2º66.37%77.84%-
HSV(B)263.2º31.78%92.55%-
XYZ49.1242.4984.97-
YUV178.22160.61136.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.37%
GREEN value IS 161 (63.28% from 255) = 27.43%
BLUE value IS 236 (92.58% from 255) = 40.20%
R=32.37%
G=27.43%
B=40.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901612360.190.3200.07263.266.3777.84
HexBEA1EC132007107424e
Octal276241354234007407102116
Binary10111110101000011110110010011100000011110000011110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA1EC; }

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

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

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

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

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

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

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

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