#BEA1DA

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

Shades of Perfume #BEA1DA

Tints of Perfume #BEA1DA

Color information

#BEA1DA (or 0xBEA1DA) is unknown color: approx Perfume. HEX triplet: BE, A1 and DA. RGB value is (190,161,218). Sum of RGB (Red+Green+Blue) = 190+161+218=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 161 (63.28% from 255 or 28.30% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #BEA1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA1DA is #415E25. Grayscale: #AFAFAF. Windows color (decimal): -4283942 or 14328254. OLE color: 14328254.

HSL color Cylindrical-coordinate representation of color #BEA1DA: hue angle of 270.53º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEA1DA is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB190161218-
CMYK0.130.2600.15
HSL270.53º43.51%74.31%-
HSV(B)270.53º26.15%85.49%-
XYZ46.6341.571.88-
YUV176.17151.61137.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.39%
GREEN value IS 161 (63.28% from 255) = 28.30%
BLUE value IS 218 (85.55% from 255) = 38.31%
R=33.39%
G=28.30%
B=38.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901612180.130.2600.15270.5343.5174.31
HexBEA1DAD1A0F10f2c4a
Octal276241332153201741754112
Binary101111101010000111011010110111010011111000011111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA1DA; }

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

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

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

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

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

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

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

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