#BEA2DE

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

Shades of Perfume #BEA2DE

Tints of Perfume #BEA2DE

Color information

#BEA2DE (or 0xBEA2DE) is unknown color: approx Perfume. HEX triplet: BE, A2 and DE. RGB value is (190,162,222). Sum of RGB (Red+Green+Blue) = 190+162+222=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 162 (63.67% from 255 or 28.22% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #BEA2DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA2DE is #415D21. Grayscale: #B1B1B1. Windows color (decimal): -4283682 or 14590654. OLE color: 14590654.

HSL color Cylindrical-coordinate representation of color #BEA2DE: hue angle of 268º degrees, saturation: 0.48, 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 #BEA2DE is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190162222-
CMYK0.140.2700.13
HSL268º47.62%75.29%-
HSV(B)268º27.03%87.06%-
XYZ47.3442.0674.73-
YUV177.21153.28137.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.10%
GREEN value IS 162 (63.67% from 255) = 28.22%
BLUE value IS 222 (87.11% from 255) = 38.68%
R=33.10%
G=28.22%
B=38.68%

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
Decimal1901622220.140.2700.1326847.6275.29
HexBEA2DEE1B0D10c304b
Octal276242336163301541460113
Binary101111101010001011011110111011011011011000011001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA2DE; }

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

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

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

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

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

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

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

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