#BEA1E4

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

Shades of Perfume #BEA1E4

Tints of Perfume #BEA1E4

Color information

#BEA1E4 (or 0xBEA1E4) is unknown color: approx Perfume. HEX triplet: BE, A1 and E4. RGB value is (190,161,228). Sum of RGB (Red+Green+Blue) = 190+161+228=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 161 (63.28% from 255 or 27.81% from 579); Blue value is 228 (89.45% from 255 or 39.38% from 579); Max value from RGB is 228 - color contains mainly: blue. Hex color #BEA1E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA1E4 is #415E1B. Grayscale: #B1B1B1. Windows color (decimal): -4283932 or 14983614. OLE color: 14983614.

HSL color Cylindrical-coordinate representation of color #BEA1E4: hue angle of 265.97º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEA1E4 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB190161228-
CMYK0.170.2900.11
HSL265.97º55.37%76.27%-
HSV(B)265.97º29.39%89.41%-
XYZ47.9842.0478.98-
YUV177.31156.61137.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.82%
GREEN value IS 161 (63.28% from 255) = 27.81%
BLUE value IS 228 (89.45% from 255) = 39.38%
R=32.82%
G=27.81%
B=39.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1901612280.170.2900.11265.9755.3776.27
HexBEA1E4111D0B10a374c
Octal276241344213501341267114
Binary1011111010100001111001001000111101010111000010101101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA1E4; }

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

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

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

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

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

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

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

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