#BE92F1

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

Shades of Perfume #BE92F1

Tints of Perfume #BE92F1

Color information

#BE92F1 (or 0xBE92F1) is unknown color: approx Perfume. HEX triplet: BE, 92 and F1. RGB value is (190,146,241). Sum of RGB (Red+Green+Blue) = 190+146+241=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 146 (57.42% from 255 or 25.30% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE92F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE92F1 is #416D0E. Grayscale: #A9A9A9. Windows color (decimal): -4287759 or 15831742. OLE color: 15831742.

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

Color convert

RGB190146241-
CMYK0.210.3900.05
HSL267.79º77.24%75.88%-
HSV(B)267.79º39.42%94.51%-
XYZ47.3937.8688.03-
YUV169.99168.08142.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.93%
GREEN value IS 146 (57.42% from 255) = 25.30%
BLUE value IS 241 (94.53% from 255) = 41.77%
R=32.93%
G=25.30%
B=41.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901462410.210.3900.05267.7977.2475.88
HexBE92F115270510c4d4c
Octal276222361254705414115114
Binary10111110100100101111000110101100111010110000110010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE92F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE92F1; }

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

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

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

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

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

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

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

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