#BE9FD7

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

Shades of Perfume #BE9FD7

Tints of Perfume #BE9FD7

Color information

#BE9FD7 (or 0xBE9FD7) is unknown color: approx Perfume. HEX triplet: BE, 9F and D7. RGB value is (190,159,215). Sum of RGB (Red+Green+Blue) = 190+159+215=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 159 (62.5% from 255 or 28.19% from 564); Blue value is 215 (84.38% from 255 or 38.12% from 564); Max value from RGB is 215 - color contains mainly: blue. Hex color #BE9FD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9FD7 is #416028. Grayscale: #AEAEAE. Windows color (decimal): -4284457 or 14131134. OLE color: 14131134.

HSL color Cylindrical-coordinate representation of color #BE9FD7: hue angle of 273.21º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BE9FD7 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB190159215-
CMYK0.120.2600.16
HSL273.21º41.18%73.33%-
HSV(B)273.21º26.05%84.31%-
XYZ45.940.6569.72-
YUV174.65150.77138.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.69%
GREEN value IS 159 (62.5% from 255) = 28.19%
BLUE value IS 215 (84.38% from 255) = 38.12%
R=33.69%
G=28.19%
B=38.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901592150.120.2600.16273.2141.1873.33
HexBE9FD7C1A0101112949
Octal276237327143202042151111
Binary1011111010011111110101111100110100100001000100011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9FD7; }

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

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

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

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

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

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

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

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