#BE94F3

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

Shades of Perfume #BE94F3

Tints of Perfume #BE94F3

Color information

#BE94F3 (or 0xBE94F3) is unknown color: approx Perfume. HEX triplet: BE, 94 and F3. RGB value is (190,148,243). Sum of RGB (Red+Green+Blue) = 190+148+243=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 148 (58.20% from 255 or 25.47% from 581); Blue value is 243 (95.31% from 255 or 41.82% from 581); Max value from RGB is 243 - color contains mainly: blue. Hex color #BE94F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE94F3 is #416B0C. Grayscale: #ABABAB. Windows color (decimal): -4287245 or 15963326. OLE color: 15963326.

HSL color Cylindrical-coordinate representation of color #BE94F3: hue angle of 266.53º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE94F3 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190148243-
CMYK0.220.3900.05
HSL266.53º79.83%76.67%-
HSV(B)266.53º39.09%95.29%-
XYZ4838.689.71-
YUV171.39168.41141.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.70%
GREEN value IS 148 (58.20% from 255) = 25.47%
BLUE value IS 243 (95.31% from 255) = 41.82%
R=32.70%
G=25.47%
B=41.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901482430.220.3900.05266.5379.8376.67
HexBE94F316270510b504d
Octal276224363264705413120115
Binary10111110100101001111001110110100111010110000101110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE94F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE94F3; }

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

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

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

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

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

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

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

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