#BE98F3

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

Shades of Perfume #BE98F3

Tints of Perfume #BE98F3

Color information

#BE98F3 (or 0xBE98F3) is unknown color: approx Perfume. HEX triplet: BE, 98 and F3. RGB value is (190,152,243). Sum of RGB (Red+Green+Blue) = 190+152+243=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 152 (59.77% from 255 or 25.98% from 585); Blue value is 243 (95.31% from 255 or 41.54% from 585); Max value from RGB is 243 - color contains mainly: blue. Hex color #BE98F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE98F3 is #41670C. Grayscale: #ADADAD. Windows color (decimal): -4286221 or 15964350. OLE color: 15964350.

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

Color convert

RGB190152243-
CMYK0.220.3700.05
HSL265.05º79.13%77.45%-
HSV(B)265.05º37.45%95.29%-
XYZ48.6439.8789.93-
YUV173.74167.09139.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.48%
GREEN value IS 152 (59.77% from 255) = 25.98%
BLUE value IS 243 (95.31% from 255) = 41.54%
R=32.48%
G=25.98%
B=41.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901522430.220.3700.05265.0579.1377.45
HexBE98F31625051094f4d
Octal276230363264505411117115
Binary10111110100110001111001110110100101010110000100110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE98F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE98F3; }

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

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

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

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

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

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

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

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