#BE94FB

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

Shades of Perfume #BE94FB

Tints of Perfume #BE94FB

Color information

#BE94FB (or 0xBE94FB) is unknown color: approx Perfume. HEX triplet: BE, 94 and FB. RGB value is (190,148,251). Sum of RGB (Red+Green+Blue) = 190+148+251=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 148 (58.20% from 255 or 25.13% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE94FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE94FB is #416B04. Grayscale: #ABABAB. Windows color (decimal): -4287237 or 16487614. OLE color: 16487614.

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

Color convert

RGB190148251-
CMYK0.240.4100.02
HSL264.47º92.79%78.24%-
HSV(B)264.47º41.04%98.43%-
XYZ49.2439.0996.22-
YUV172.3172.41140.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.26%
GREEN value IS 148 (58.20% from 255) = 25.13%
BLUE value IS 251 (98.44% from 255) = 42.61%
R=32.26%
G=25.13%
B=42.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901482510.240.4100.02264.4792.7978.24
HexBE94FB1829021085d4e
Octal276224373305102410135116
Binary1011111010010100111110111100010100101010000100010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE94FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE94FB; }

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

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

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

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

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

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

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

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