#BEA0DD

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

Shades of Perfume #BEA0DD

Tints of Perfume #BEA0DD

Color information

#BEA0DD (or 0xBEA0DD) is unknown color: approx Perfume. HEX triplet: BE, A0 and DD. RGB value is (190,160,221). Sum of RGB (Red+Green+Blue) = 190+160+221=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 160 (62.89% from 255 or 28.02% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEA0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA0DD is #415F22. Grayscale: #AFAFAF. Windows color (decimal): -4284195 or 14524606. OLE color: 14524606.

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

Color convert

RGB190160221-
CMYK0.140.2800.13
HSL269.51º47.29%74.71%-
HSV(B)269.51º27.6%86.67%-
XYZ46.8641.3173.91-
YUV175.92153.44138.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.27%
GREEN value IS 160 (62.89% from 255) = 28.02%
BLUE value IS 221 (86.72% from 255) = 38.70%
R=33.27%
G=28.02%
B=38.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901602210.140.2800.13269.5147.2974.71
HexBEA0DDE1C0D10e2f4b
Octal276240335163401541657113
Binary101111101010000011011101111011100011011000011101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA0DD; }

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

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

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

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

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

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

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

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