#BEA7E0

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

Shades of Perfume #BEA7E0

Tints of Perfume #BEA7E0

Color information

#BEA7E0 (or 0xBEA7E0) is unknown color: approx Perfume. HEX triplet: BE, A7 and E0. RGB value is (190,167,224). Sum of RGB (Red+Green+Blue) = 190+167+224=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 167 (65.62% from 255 or 28.74% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 224 - color contains mainly: blue. Hex color #BEA7E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA7E0 is #41581F. Grayscale: #B4B4B4. Windows color (decimal): -4282400 or 14723006. OLE color: 14723006.

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

Color convert

RGB190167224-
CMYK0.150.2500.12
HSL264.21º47.9%76.67%-
HSV(B)264.21º25.45%87.84%-
XYZ48.5143.9776.45-
YUV180.38152.62134.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.70%
GREEN value IS 167 (65.62% from 255) = 28.74%
BLUE value IS 224 (87.89% from 255) = 38.55%
R=32.70%
G=28.74%
B=38.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1901672240.150.2500.12264.2147.976.67
HexBEA7E0F190C108304d
Octal276247340173101441060115
Binary101111101010011111100000111111001011001000010001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA7E0; }

 p { color: rgb(190,167,224); }

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

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

 a { background-color: rgb(190,167,224); }

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

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

 span { border-color: rgb(190,167,224); }

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