#BE9EF6

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

Shades of Perfume #BE9EF6

Tints of Perfume #BE9EF6

Color information

#BE9EF6 (or 0xBE9EF6) is unknown color: approx Perfume. HEX triplet: BE, 9E and F6. RGB value is (190,158,246). Sum of RGB (Red+Green+Blue) = 190+158+246=594 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.99% from 594); Green value is 158 (62.11% from 255 or 26.60% from 594); Blue value is 246 (96.48% from 255 or 41.41% from 594); Max value from RGB is 246 - color contains mainly: blue. Hex color #BE9EF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE9EF6 is #416109. Grayscale: #B1B1B1. Windows color (decimal): -4284682 or 16162494. OLE color: 16162494.

HSL color Cylindrical-coordinate representation of color #BE9EF6: hue angle of 261.82º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE9EF6 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB190158246-
CMYK0.230.3600.04
HSL261.82º83.02%79.22%-
HSV(B)261.82º35.77%96.47%-
XYZ50.142.0592.67-
YUV177.6166.6136.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.99%
GREEN value IS 158 (62.11% from 255) = 26.60%
BLUE value IS 246 (96.48% from 255) = 41.41%
R=31.99%
G=26.60%
B=41.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1901582460.230.3600.04261.8283.0279.22
HexBE9EF6172404106534f
Octal276236366274404406123117
Binary10111110100111101111011010111100100010010000011010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9EF6; }

 p { color: rgb(190,158,246); }

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

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

 a { background-color: rgb(190,158,246); }

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

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

 span { border-color: rgb(190,158,246); }

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