#BE9EDE

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

Shades of Perfume #BE9EDE

Tints of Perfume #BE9EDE

Color information

#BE9EDE (or 0xBE9EDE) is unknown color: approx Perfume. HEX triplet: BE, 9E and DE. RGB value is (190,158,222). Sum of RGB (Red+Green+Blue) = 190+158+222=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 158 (62.11% from 255 or 27.72% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE9EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9EDE is #416121. Grayscale: #AEAEAE. Windows color (decimal): -4284706 or 14589630. OLE color: 14589630.

HSL color Cylindrical-coordinate representation of color #BE9EDE: hue angle of 270º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BE9EDE is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190158222-
CMYK0.140.2900.13
HSL270º49.23%74.51%-
HSV(B)270º28.83%87.06%-
XYZ46.6540.6774.5-
YUV174.86154.6138.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.33%
GREEN value IS 158 (62.11% from 255) = 27.72%
BLUE value IS 222 (87.11% from 255) = 38.95%
R=33.33%
G=27.72%
B=38.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901582220.140.2900.1327049.2374.51
HexBE9EDEE1D0D10e314b
Octal276236336163501541661113
Binary101111101001111011011110111011101011011000011101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9EDE; }

 p { color: rgb(190,158,222); }

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

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

 a { background-color: rgb(190,158,222); }

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

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

 span { border-color: rgb(190,158,222); }

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