#BE9EFA

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

Shades of Perfume #BE9EFA

Tints of Perfume #BE9EFA

Color information

#BE9EFA (or 0xBE9EFA) is unknown color: approx Perfume. HEX triplet: BE, 9E and FA. RGB value is (190,158,250). Sum of RGB (Red+Green+Blue) = 190+158+250=598 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.77% from 598); Green value is 158 (62.11% from 255 or 26.42% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE9EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE9EFA is #416105. Grayscale: #B1B1B1. Windows color (decimal): -4284678 or 16424638. OLE color: 16424638.

HSL color Cylindrical-coordinate representation of color #BE9EFA: hue angle of 260.87º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE9EFA is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190158250-
CMYK0.240.3700.02
HSL260.87º90.2%80%-
HSV(B)260.87º36.8%98.04%-
XYZ50.7242.395.93-
YUV178.06168.6136.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.77%
GREEN value IS 158 (62.11% from 255) = 26.42%
BLUE value IS 250 (98.05% from 255) = 41.81%
R=31.77%
G=26.42%
B=41.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901582500.240.3700.02260.8790.280
HexBE9EFA1825021055a50
Octal276236372304502405132120
Binary1011111010011110111110101100010010101010000010110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9EFA; }

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

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

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

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

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

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

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

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