#bea2dd

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

Shades of Perfume #BEA2DD

Tints of Perfume #BEA2DD

Color information

#BEA2DD (or 0xBEA2DD) is unknown color: approx Perfume. HEX triplet: BE, A2 and DD. RGB value is (190,162,221). Sum of RGB (Red+Green+Blue) = 190+162+221=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 162 (63.67% from 255 or 28.27% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEA2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA2DD is #415D22. Grayscale: #B0B0B0. Windows color (decimal): -4283683 or 14525118. OLE color: 14525118.

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

Color convert

RGB190162221-
CMYK0.140.2700.13
HSL268.47º46.46%75.1%-
HSV(B)268.47º26.7%86.67%-
XYZ47.2142.0174.03-
YUV177.1152.78137.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.16%
GREEN value IS 162 (63.67% from 255) = 28.27%
BLUE value IS 221 (86.72% from 255) = 38.57%
R=33.16%
G=28.27%
B=38.57%

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
Decimal1901622210.140.2700.13268.4746.4675.1
HexBEA2DDE1B0D10c2e4b
Octal276242335163301541456113
Binary101111101010001011011101111011011011011000011001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bea2dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bea2dd; }

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

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

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

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

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

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

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

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