#BE9CF5

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

Shades of Perfume #BE9CF5

Tints of Perfume #BE9CF5

Color information

#BE9CF5 (or 0xBE9CF5) is unknown color: approx Perfume. HEX triplet: BE, 9C and F5. RGB value is (190,156,245). Sum of RGB (Red+Green+Blue) = 190+156+245=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 156 (61.33% from 255 or 26.40% from 591); Blue value is 245 (96.09% from 255 or 41.46% from 591); Max value from RGB is 245 - color contains mainly: blue. Hex color #BE9CF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE9CF5 is #41630A. Grayscale: #AFAFAF. Windows color (decimal): -4285195 or 16096446. OLE color: 16096446.

HSL color Cylindrical-coordinate representation of color #BE9CF5: hue angle of 262.92º degrees, saturation: 0.82, 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 #BE9CF5 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB190156245-
CMYK0.220.3600.04
HSL262.92º81.65%78.63%-
HSV(B)262.92º36.33%96.08%-
XYZ49.6141.3291.75-
YUV176.31166.76137.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.15%
GREEN value IS 156 (61.33% from 255) = 26.40%
BLUE value IS 245 (96.09% from 255) = 41.46%
R=32.15%
G=26.40%
B=41.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1901562450.220.3600.04262.9281.6578.63
HexBE9CF5162404107524f
Octal276234365264404407122117
Binary10111110100111001111010110110100100010010000011110100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9CF5; }

 p { color: rgb(190,156,245); }

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

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

 a { background-color: rgb(190,156,245); }

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

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

 span { border-color: rgb(190,156,245); }

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