#BE9FE1

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

Shades of Perfume #BE9FE1

Tints of Perfume #BE9FE1

Color information

#BE9FE1 (or 0xBE9FE1) is unknown color: approx Perfume. HEX triplet: BE, 9F and E1. RGB value is (190,159,225). Sum of RGB (Red+Green+Blue) = 190+159+225=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 159 (62.5% from 255 or 27.70% from 574); Blue value is 225 (88.28% from 255 or 39.20% from 574); Max value from RGB is 225 - color contains mainly: blue. Hex color #BE9FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9FE1 is #41601E. Grayscale: #AFAFAF. Windows color (decimal): -4284447 or 14786494. OLE color: 14786494.

HSL color Cylindrical-coordinate representation of color #BE9FE1: hue angle of 268.18º degrees, saturation: 0.52, 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 #BE9FE1 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190159225-
CMYK0.160.2900.12
HSL268.18º52.38%75.29%-
HSV(B)268.18º29.33%88.24%-
XYZ47.2241.1876.69-
YUV175.79155.77138.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.10%
GREEN value IS 159 (62.5% from 255) = 27.70%
BLUE value IS 225 (88.28% from 255) = 39.20%
R=33.10%
G=27.70%
B=39.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1901592250.160.2900.12268.1852.3875.29
HexBE9FE1101D0C10c344b
Octal276237341203501441464113
Binary1011111010011111111000011000011101011001000011001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9FE1; }

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

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

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

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

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

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

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

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