#BE9AEE

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

Shades of Perfume #BE9AEE

Tints of Perfume #BE9AEE

Color information

#BE9AEE (or 0xBE9AEE) is unknown color: approx Perfume. HEX triplet: BE, 9A and EE. RGB value is (190,154,238). Sum of RGB (Red+Green+Blue) = 190+154+238=582 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.65% from 582); Green value is 154 (60.55% from 255 or 26.46% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE9AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE9AEE is #416511. Grayscale: #AEAEAE. Windows color (decimal): -4285714 or 15637182. OLE color: 15637182.

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

Color convert

RGB190154238-
CMYK0.200.3500.07
HSL265.71º71.19%76.86%-
HSV(B)265.71º35.29%93.33%-
XYZ48.2240.2386.11-
YUV174.34163.93139.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.65%
GREEN value IS 154 (60.55% from 255) = 26.46%
BLUE value IS 238 (93.36% from 255) = 40.89%
R=32.65%
G=26.46%
B=40.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901542380.200.3500.07265.7171.1976.86
HexBE9AEE14230710a474d
Octal276232356244307412107115
Binary10111110100110101110111010100100011011110000101010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9AEE; }

 p { color: rgb(190,154,238); }

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

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

 a { background-color: rgb(190,154,238); }

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

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

 span { border-color: rgb(190,154,238); }

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