#BEA2DF

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

Shades of Perfume #BEA2DF

Tints of Perfume #BEA2DF

Color information

#BEA2DF (or 0xBEA2DF) is unknown color: approx Perfume. HEX triplet: BE, A2 and DF. RGB value is (190,162,223). Sum of RGB (Red+Green+Blue) = 190+162+223=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 162 (63.67% from 255 or 28.17% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #BEA2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA2DF is #415D20. Grayscale: #B1B1B1. Windows color (decimal): -4283681 or 14656190. OLE color: 14656190.

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

Color convert

RGB190162223-
CMYK0.150.2700.13
HSL267.54º48.8%75.49%-
HSV(B)267.54º27.35%87.45%-
XYZ47.4742.1275.44-
YUV177.33153.78137.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.04%
GREEN value IS 162 (63.67% from 255) = 28.17%
BLUE value IS 223 (87.5% from 255) = 38.78%
R=33.04%
G=28.17%
B=38.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901622230.150.2700.13267.5448.875.49
HexBEA2DFF1B0D10c314b
Octal276242337173301541461113
Binary101111101010001011011111111111011011011000011001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA2DF; }

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

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

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

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

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

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

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

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