#BE99FA

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

Shades of Perfume #BE99FA

Tints of Perfume #BE99FA

Color information

#BE99FA (or 0xBE99FA) is unknown color: approx Perfume. HEX triplet: BE, 99 and FA. RGB value is (190,153,250). Sum of RGB (Red+Green+Blue) = 190+153+250=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 153 (60.16% from 255 or 25.80% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE99FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE99FA is #416605. Grayscale: #AEAEAE. Windows color (decimal): -4285958 or 16423358. OLE color: 16423358.

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

Color convert

RGB190153250-
CMYK0.240.3900.02
HSL262.89º90.65%79.02%-
HSV(B)262.89º38.8%98.04%-
XYZ49.8840.6395.66-
YUV175.12170.26138.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.04%
GREEN value IS 153 (60.16% from 255) = 25.80%
BLUE value IS 250 (98.05% from 255) = 42.16%
R=32.04%
G=25.80%
B=42.16%

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
Decimal1901532500.240.3900.02262.8990.6579.02
HexBE99FA1827021075b4f
Octal276231372304702407133117
Binary1011111010011001111110101100010011101010000011110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE99FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE99FA; }

 p { color: rgb(190,153,250); }

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

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

 a { background-color: rgb(190,153,250); }

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

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

 span { border-color: rgb(190,153,250); }

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