#BE9FFE

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

Shades of Perfume #BE9FFE

Tints of Perfume #BE9FFE

Color information

#BE9FFE (or 0xBE9FFE) is unknown color: approx Perfume. HEX triplet: BE, 9F and FE. RGB value is (190,159,254). Sum of RGB (Red+Green+Blue) = 190+159+254=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 159 (62.5% from 255 or 26.37% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE9FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE9FFE is #416001. Grayscale: #B2B2B2. Windows color (decimal): -4284418 or 16687038. OLE color: 16687038.

HSL color Cylindrical-coordinate representation of color #BE9FFE: hue angle of 259.58º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE9FFE is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB190159254-
CMYK0.250.3700.00
HSL259.58º97.94%80.98%-
HSV(B)259.58º37.4%99.61%-
XYZ51.5242.999.33-
YUV179.1170.27135.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.51%
GREEN value IS 159 (62.5% from 255) = 26.37%
BLUE value IS 254 (99.61% from 255) = 42.12%
R=31.51%
G=26.37%
B=42.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1901592540.250.3700.00259.5897.9480.98
HexBE9FFE1925001046251
Octal276237376314500404142121
Binary101111101001111111111110110011001010010000010011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9FFE; }

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

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

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

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

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

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

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

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