#BE99F1

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

Shades of Perfume #BE99F1

Tints of Perfume #BE99F1

Color information

#BE99F1 (or 0xBE99F1) is unknown color: approx Perfume. HEX triplet: BE, 99 and F1. RGB value is (190,153,241). Sum of RGB (Red+Green+Blue) = 190+153+241=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 153 (60.16% from 255 or 26.20% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE99F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE99F1 is #41660E. Grayscale: #ADADAD. Windows color (decimal): -4285967 or 15833534. OLE color: 15833534.

HSL color Cylindrical-coordinate representation of color #BE99F1: hue angle of 265.23º degrees, saturation: 0.76, 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 #BE99F1 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190153241-
CMYK0.210.3700.05
HSL265.23º75.86%77.25%-
HSV(B)265.23º36.51%94.51%-
XYZ48.540.0888.4-
YUV174.09165.76139.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.53%
GREEN value IS 153 (60.16% from 255) = 26.20%
BLUE value IS 241 (94.53% from 255) = 41.27%
R=32.53%
G=26.20%
B=41.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901532410.210.3700.05265.2375.8677.25
HexBE99F11525051094c4d
Octal276231361254505411114115
Binary10111110100110011111000110101100101010110000100110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE99F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE99F1; }

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

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

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

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

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

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

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

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