#BEA4EC

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

Shades of Perfume #BEA4EC

Tints of Perfume #BEA4EC

Color information

#BEA4EC (or 0xBEA4EC) is unknown color: approx Perfume. HEX triplet: BE, A4 and EC. RGB value is (190,164,236). Sum of RGB (Red+Green+Blue) = 190+164+236=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 164 (64.45% from 255 or 27.80% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEA4EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA4EC is #415B13. Grayscale: #B3B3B3. Windows color (decimal): -4283156 or 15508670. OLE color: 15508670.

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

Color convert

RGB190164236-
CMYK0.190.3100.07
HSL261.67º65.45%78.43%-
HSV(B)261.67º30.51%92.55%-
XYZ49.6543.5585.15-
YUV179.98159.61135.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.20%
GREEN value IS 164 (64.45% from 255) = 27.80%
BLUE value IS 236 (92.58% from 255) = 40%
R=32.20%
G=27.80%
B=40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901642360.190.3100.07261.6765.4578.43
HexBEA4EC131F07106414e
Octal276244354233707406101116
Binary1011111010100100111011001001111111011110000011010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA4EC; }

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

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

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

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

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

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

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

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