#BE9FED

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

Shades of Perfume #BE9FED

Tints of Perfume #BE9FED

Color information

#BE9FED (or 0xBE9FED) is unknown color: approx Perfume. HEX triplet: BE, 9F and ED. RGB value is (190,159,237). Sum of RGB (Red+Green+Blue) = 190+159+237=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 159 (62.5% from 255 or 27.13% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE9FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE9FED is #416012. Grayscale: #B0B0B0. Windows color (decimal): -4284435 or 15572926. OLE color: 15572926.

HSL color Cylindrical-coordinate representation of color #BE9FED: hue angle of 263.85º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE9FED is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190159237-
CMYK0.200.3300.07
HSL263.85º68.42%77.65%-
HSV(B)263.85º32.91%92.94%-
XYZ48.9241.8685.62-
YUV177.16161.77137.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.42%
GREEN value IS 159 (62.5% from 255) = 27.13%
BLUE value IS 237 (92.97% from 255) = 40.44%
R=32.42%
G=27.13%
B=40.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901592370.200.3300.07263.8568.4277.65
HexBE9FED142107108444e
Octal276237355244107410104116
Binary10111110100111111110110110100100001011110000100010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9FED; }

 p { color: rgb(190,159,237); }

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

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

 a { background-color: rgb(190,159,237); }

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

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

 span { border-color: rgb(190,159,237); }

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