#BEA5DD

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

Shades of Perfume #BEA5DD

Tints of Perfume #BEA5DD

Color information

#BEA5DD (or 0xBEA5DD) is unknown color: approx Perfume. HEX triplet: BE, A5 and DD. RGB value is (190,165,221). Sum of RGB (Red+Green+Blue) = 190+165+221=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 165 (64.84% from 255 or 28.65% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEA5DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA5DD is #415A22. Grayscale: #B2B2B2. Windows color (decimal): -4282915 or 14525886. OLE color: 14525886.

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

Color convert

RGB190165221-
CMYK0.140.2500.13
HSL266.79º45.16%75.69%-
HSV(B)266.79º25.34%86.67%-
XYZ47.7443.0874.21-
YUV178.86151.78135.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.99%
GREEN value IS 165 (64.84% from 255) = 28.65%
BLUE value IS 221 (86.72% from 255) = 38.37%
R=32.99%
G=28.65%
B=38.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901652210.140.2500.13266.7945.1675.69
HexBEA5DDE190D10b2d4c
Octal276245335163101541355114
Binary101111101010010111011101111011001011011000010111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA5DD; }

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

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

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

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

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

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

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

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