#BE9FE0

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

Shades of Perfume #BE9FE0

Tints of Perfume #BE9FE0

Color information

#BE9FE0 (or 0xBE9FE0) is unknown color: approx Perfume. HEX triplet: BE, 9F and E0. RGB value is (190,159,224). Sum of RGB (Red+Green+Blue) = 190+159+224=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 159 (62.5% from 255 or 27.75% from 573); Blue value is 224 (87.89% from 255 or 39.09% from 573); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE9FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9FE0 is #41601F. Grayscale: #AFAFAF. Windows color (decimal): -4284448 or 14720958. OLE color: 14720958.

HSL color Cylindrical-coordinate representation of color #BE9FE0: hue angle of 268.62º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BE9FE0 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190159224-
CMYK0.150.2900.12
HSL268.62º51.18%75.1%-
HSV(B)268.62º29.02%87.84%-
XYZ47.0941.1375.98-
YUV175.68155.27138.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.16%
GREEN value IS 159 (62.5% from 255) = 27.75%
BLUE value IS 224 (87.89% from 255) = 39.09%
R=33.16%
G=27.75%
B=39.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1901592240.150.2900.12268.6251.1875.1
HexBE9FE0F1D0C10d334b
Octal276237340173501441563113
Binary101111101001111111100000111111101011001000011011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9FE0; }

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

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

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

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

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

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

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

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