#BE98F9

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

Shades of Perfume #BE98F9

Tints of Perfume #BE98F9

Color information

#BE98F9 (or 0xBE98F9) is unknown color: approx Perfume. HEX triplet: BE, 98 and F9. RGB value is (190,152,249). Sum of RGB (Red+Green+Blue) = 190+152+249=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 152 (59.77% from 255 or 25.72% from 591); Blue value is 249 (97.66% from 255 or 42.13% from 591); Max value from RGB is 249 - color contains mainly: blue. Hex color #BE98F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE98F9 is #416706. Grayscale: #AEAEAE. Windows color (decimal): -4286215 or 16357566. OLE color: 16357566.

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

Color convert

RGB190152249-
CMYK0.240.3900.02
HSL263.51º88.99%78.63%-
HSV(B)263.51º38.96%97.65%-
XYZ49.5640.2494.78-
YUV174.42170.09139.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.15%
GREEN value IS 152 (59.77% from 255) = 25.72%
BLUE value IS 249 (97.66% from 255) = 42.13%
R=32.15%
G=25.72%
B=42.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901522490.240.3900.02263.5188.9978.63
HexBE98F9182702108594f
Octal276230371304702410131117
Binary1011111010011000111110011100010011101010000100010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE98F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE98F9; }

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

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

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

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

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

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

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

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