#BE98FB

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

Shades of Perfume #BE98FB

Tints of Perfume #BE98FB

Color information

#BE98FB (or 0xBE98FB) is unknown color: approx Perfume. HEX triplet: BE, 98 and FB. RGB value is (190,152,251). Sum of RGB (Red+Green+Blue) = 190+152+251=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 152 (59.77% from 255 or 25.63% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE98FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE98FB is #416704. Grayscale: #AEAEAE. Windows color (decimal): -4286213 or 16488638. OLE color: 16488638.

HSL color Cylindrical-coordinate representation of color #BE98FB: hue angle of 263.03º degrees, saturation: 0.93, 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 #BE98FB is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190152251-
CMYK0.240.3900.02
HSL263.03º92.52%79.02%-
HSV(B)263.03º39.44%98.43%-
XYZ49.8840.3796.43-
YUV174.65171.09138.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.04%
GREEN value IS 152 (59.77% from 255) = 25.63%
BLUE value IS 251 (98.44% from 255) = 42.33%
R=32.04%
G=25.63%
B=42.33%

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
Decimal1901522510.240.3900.02263.0392.5279.02
HexBE98FB1827021075d4f
Octal276230373304702407135117
Binary1011111010011000111110111100010011101010000011110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE98FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE98FB; }

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

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

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

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

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

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

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

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