#be9fdf

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

Shades of Perfume #BE9FDF

Tints of Perfume #BE9FDF

Color information

#BE9FDF (or 0xBE9FDF) is unknown color: approx Perfume. HEX triplet: BE, 9F and DF. RGB value is (190,159,223). Sum of RGB (Red+Green+Blue) = 190+159+223=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 159 (62.5% from 255 or 27.80% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE9FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9FDF is #416020. Grayscale: #AFAFAF. Windows color (decimal): -4284449 or 14655422. OLE color: 14655422.

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

Color convert

RGB190159223-
CMYK0.150.2900.13
HSL269.06º50%74.9%-
HSV(B)269.06º28.7%87.45%-
XYZ46.9541.0775.26-
YUV175.56154.77138.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.22%
GREEN value IS 159 (62.5% from 255) = 27.80%
BLUE value IS 223 (87.5% from 255) = 38.99%
R=33.22%
G=27.80%
B=38.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901592230.150.2900.13269.065074.9
HexBE9FDFF1D0D10d324b
Octal276237337173501541562113
Binary101111101001111111011111111111101011011000011011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be9fdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be9fdf; }

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

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

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

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

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

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

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

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