#BE9AEC

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

Shades of Perfume #BE9AEC

Tints of Perfume #BE9AEC

Color information

#BE9AEC (or 0xBE9AEC) is unknown color: approx Perfume. HEX triplet: BE, 9A and EC. RGB value is (190,154,236). Sum of RGB (Red+Green+Blue) = 190+154+236=580 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.76% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE9AEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE9AEC is #416513. Grayscale: #ADADAD. Windows color (decimal): -4285716 or 15506110. OLE color: 15506110.

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

Color convert

RGB190154236-
CMYK0.190.3500.07
HSL266.34º68.33%76.47%-
HSV(B)266.34º34.75%92.55%-
XYZ47.9340.1184.57-
YUV174.11162.93139.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.76%
GREEN value IS 154 (60.55% from 255) = 26.55%
BLUE value IS 236 (92.58% from 255) = 40.69%
R=32.76%
G=26.55%
B=40.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901542360.190.3500.07266.3468.3376.47
HexBE9AEC13230710a444c
Octal276232354234307412104114
Binary10111110100110101110110010011100011011110000101010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9AEC; }

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

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

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

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

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

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

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

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