#BE9FD6

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

Shades of Perfume #BE9FD6

Tints of Perfume #BE9FD6

Color information

#BE9FD6 (or 0xBE9FD6) is unknown color: approx Perfume. HEX triplet: BE, 9F and D6. RGB value is (190,159,214). Sum of RGB (Red+Green+Blue) = 190+159+214=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 159 (62.5% from 255 or 28.24% from 563); Blue value is 214 (83.98% from 255 or 38.01% from 563); Max value from RGB is 214 - color contains mainly: blue. Hex color #BE9FD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9FD6 is #416029. Grayscale: #AEAEAE. Windows color (decimal): -4284458 or 14065598. OLE color: 14065598.

HSL color Cylindrical-coordinate representation of color #BE9FD6: hue angle of 273.82º degrees, saturation: 0.4, 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 #BE9FD6 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB190159214-
CMYK0.110.2600.16
HSL273.82º40.15%73.14%-
HSV(B)273.82º25.7%83.92%-
XYZ45.7740.669.04-
YUV174.54150.27139.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.75%
GREEN value IS 159 (62.5% from 255) = 28.24%
BLUE value IS 214 (83.98% from 255) = 38.01%
R=33.75%
G=28.24%
B=38.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901592140.110.2600.16273.8240.1573.14
HexBE9FD6B1A0101122849
Octal276237326133202042250111
Binary1011111010011111110101101011110100100001000100101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9FD6; }

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

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

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

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

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

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

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

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