#BE91FB

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

Shades of Perfume #BE91FB

Tints of Perfume #BE91FB

Color information

#BE91FB (or 0xBE91FB) is unknown color: approx Perfume. HEX triplet: BE, 91 and FB. RGB value is (190,145,251). Sum of RGB (Red+Green+Blue) = 190+145+251=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 145 (57.03% from 255 or 24.74% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE91FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE91FB is #416E04. Grayscale: #AAAAAA. Windows color (decimal): -4288005 or 16486846. OLE color: 16486846.

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

Color convert

RGB190145251-
CMYK0.240.4200.02
HSL265.47º92.98%77.65%-
HSV(B)265.47º42.23%98.43%-
XYZ48.7738.1696.06-
YUV170.54173.41141.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.42%
GREEN value IS 145 (57.03% from 255) = 24.74%
BLUE value IS 251 (98.44% from 255) = 42.83%
R=32.42%
G=24.74%
B=42.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901452510.240.4200.02265.4792.9877.65
HexBE91FB182A021095d4e
Octal276221373305202411135116
Binary1011111010010001111110111100010101001010000100110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE91FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE91FB; }

 p { color: rgb(190,145,251); }

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

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

 a { background-color: rgb(190,145,251); }

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

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

 span { border-color: rgb(190,145,251); }

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