#BEA6E1

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

Shades of Perfume #BEA6E1

Tints of Perfume #BEA6E1

Color information

#BEA6E1 (or 0xBEA6E1) is unknown color: approx Perfume. HEX triplet: BE, A6 and E1. RGB value is (190,166,225). Sum of RGB (Red+Green+Blue) = 190+166+225=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 166 (65.23% from 255 or 28.57% from 581); Blue value is 225 (88.28% from 255 or 38.73% from 581); Max value from RGB is 225 - color contains mainly: blue. Hex color #BEA6E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA6E1 is #41591E. Grayscale: #B3B3B3. Windows color (decimal): -4282655 or 14788286. OLE color: 14788286.

HSL color Cylindrical-coordinate representation of color #BEA6E1: hue angle of 264.41º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEA6E1 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190166225-
CMYK0.160.2600.12
HSL264.41º49.58%76.67%-
HSV(B)264.41º26.22%88.24%-
XYZ48.4643.6677.11-
YUV179.9153.45135.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.70%
GREEN value IS 166 (65.23% from 255) = 28.57%
BLUE value IS 225 (88.28% from 255) = 38.73%
R=32.70%
G=28.57%
B=38.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1901662250.160.2600.12264.4149.5876.67
HexBEA6E1101A0C108324d
Octal276246341203201441062115
Binary1011111010100110111000011000011010011001000010001100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA6E1; }

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

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

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

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

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

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

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

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