#BE9BEF

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

Shades of Perfume #BE9BEF

Tints of Perfume #BE9BEF

Color information

#BE9BEF (or 0xBE9BEF) is unknown color: approx Perfume. HEX triplet: BE, 9B and EF. RGB value is (190,155,239). Sum of RGB (Red+Green+Blue) = 190+155+239=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 155 (60.94% from 255 or 26.54% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 239 - color contains mainly: blue. Hex color #BE9BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE9BEF is #416410. Grayscale: #AEAEAE. Windows color (decimal): -4285457 or 15702974. OLE color: 15702974.

HSL color Cylindrical-coordinate representation of color #BE9BEF: hue angle of 265º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE9BEF is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190155239-
CMYK0.210.3500.06
HSL265º72.41%77.25%-
HSV(B)265º35.15%93.73%-
XYZ48.5440.6286.94-
YUV175.04164.1138.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.53%
GREEN value IS 155 (60.94% from 255) = 26.54%
BLUE value IS 239 (93.75% from 255) = 40.92%
R=32.53%
G=26.54%
B=40.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1901552390.210.3500.0626572.4177.25
HexBE9BEF152306109484d
Octal276233357254306411110115
Binary10111110100110111110111110101100011011010000100110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9BEF; }

 p { color: rgb(190,155,239); }

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

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

 a { background-color: rgb(190,155,239); }

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

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

 span { border-color: rgb(190,155,239); }

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