#BE92F9

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

Shades of Perfume #BE92F9

Tints of Perfume #BE92F9

Color information

#BE92F9 (or 0xBE92F9) is unknown color: approx Perfume. HEX triplet: BE, 92 and F9. RGB value is (190,146,249). Sum of RGB (Red+Green+Blue) = 190+146+249=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 146 (57.42% from 255 or 24.96% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 249 - color contains mainly: blue. Hex color #BE92F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE92F9 is #416D06. Grayscale: #AAAAAA. Windows color (decimal): -4287751 or 16356030. OLE color: 16356030.

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

Color convert

RGB190146249-
CMYK0.240.4100.02
HSL265.63º89.57%77.45%-
HSV(B)265.63º41.37%97.65%-
XYZ48.6138.3494.46-
YUV170.9172.08141.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.48%
GREEN value IS 146 (57.42% from 255) = 24.96%
BLUE value IS 249 (97.66% from 255) = 42.56%
R=32.48%
G=24.96%
B=42.56%

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
Decimal1901462490.240.4100.02265.6389.5777.45
HexBE92F918290210a5a4d
Octal276222371305102412132115
Binary1011111010010010111110011100010100101010000101010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE92F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE92F9; }

 p { color: rgb(190,146,249); }

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

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

 a { background-color: rgb(190,146,249); }

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

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

 span { border-color: rgb(190,146,249); }

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