#BEA3DE

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

Shades of Perfume #BEA3DE

Tints of Perfume #BEA3DE

Color information

#BEA3DE (or 0xBEA3DE) is unknown color: approx Perfume. HEX triplet: BE, A3 and DE. RGB value is (190,163,222). Sum of RGB (Red+Green+Blue) = 190+163+222=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 163 (64.06% from 255 or 28.35% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 222 - color contains mainly: blue. Hex color #BEA3DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA3DE is #415C21. Grayscale: #B1B1B1. Windows color (decimal): -4283426 or 14590910. OLE color: 14590910.

HSL color Cylindrical-coordinate representation of color #BEA3DE: hue angle of 267.46º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEA3DE is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190163222-
CMYK0.140.2700.13
HSL267.46º47.2%75.49%-
HSV(B)267.46º26.58%87.06%-
XYZ47.5242.4274.79-
YUV177.8152.95136.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.04%
GREEN value IS 163 (64.06% from 255) = 28.35%
BLUE value IS 222 (87.11% from 255) = 38.61%
R=33.04%
G=28.35%
B=38.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901632220.140.2700.13267.4647.275.49
HexBEA3DEE1B0D10b2f4b
Octal276243336163301541357113
Binary101111101010001111011110111011011011011000010111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA3DE; }

 p { color: rgb(190,163,222); }

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

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

 a { background-color: rgb(190,163,222); }

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

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

 span { border-color: rgb(190,163,222); }

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