#BE9FDA

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

Shades of Perfume #BE9FDA

Tints of Perfume #BE9FDA

Color information

#BE9FDA (or 0xBE9FDA) is unknown color: approx Perfume. HEX triplet: BE, 9F and DA. RGB value is (190,159,218). Sum of RGB (Red+Green+Blue) = 190+159+218=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE9FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9FDA is #416025. Grayscale: #AEAEAE. Windows color (decimal): -4284454 or 14327742. OLE color: 14327742.

HSL color Cylindrical-coordinate representation of color #BE9FDA: hue angle of 271.53º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BE9FDA is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB190159218-
CMYK0.130.2700.15
HSL271.53º44.36%73.92%-
HSV(B)271.53º27.06%85.49%-
XYZ46.2940.8171.77-
YUV175152.27138.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.51%
GREEN value IS 159 (62.5% from 255) = 28.04%
BLUE value IS 218 (85.55% from 255) = 38.45%
R=33.51%
G=28.04%
B=38.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901592180.130.2700.15271.5344.3673.92
HexBE9FDAD1B0F1102c4a
Octal276237332153301742054112
Binary101111101001111111011010110111011011111000100001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9FDA; }

 p { color: rgb(190,159,218); }

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

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

 a { background-color: rgb(190,159,218); }

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

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

 span { border-color: rgb(190,159,218); }

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