#BEA0E7

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

Shades of Perfume #BEA0E7

Tints of Perfume #BEA0E7

Color information

#BEA0E7 (or 0xBEA0E7) is unknown color: approx Perfume. HEX triplet: BE, A0 and E7. RGB value is (190,160,231). Sum of RGB (Red+Green+Blue) = 190+160+231=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 160 (62.89% from 255 or 27.54% from 581); Blue value is 231 (90.62% from 255 or 39.76% from 581); Max value from RGB is 231 - color contains mainly: blue. Hex color #BEA0E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA0E7 is #415F18. Grayscale: #B0B0B0. Windows color (decimal): -4284185 or 15179966. OLE color: 15179966.

HSL color Cylindrical-coordinate representation of color #BEA0E7: hue angle of 265.35º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BEA0E7 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB190160231-
CMYK0.180.3100.09
HSL265.35º59.66%76.67%-
HSV(B)265.35º30.74%90.59%-
XYZ48.2341.8681.14-
YUV177.06158.44137.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.70%
GREEN value IS 160 (62.89% from 255) = 27.54%
BLUE value IS 231 (90.62% from 255) = 39.76%
R=32.70%
G=27.54%
B=39.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1901602310.180.3100.09265.3559.6676.67
HexBEA0E7121F091093c4d
Octal276240347223701141174115
Binary1011111010100000111001111001011111010011000010011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA0E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA0E7; }

 p { color: rgb(190,160,231); }

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

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

 a { background-color: rgb(190,160,231); }

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

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

 span { border-color: rgb(190,160,231); }

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