#BEA0F1

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

Shades of Perfume #BEA0F1

Tints of Perfume #BEA0F1

Color information

#BEA0F1 (or 0xBEA0F1) is unknown color: approx Perfume. HEX triplet: BE, A0 and F1. RGB value is (190,160,241). Sum of RGB (Red+Green+Blue) = 190+160+241=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 160 (62.89% from 255 or 27.07% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEA0F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA0F1 is #415F0E. Grayscale: #B1B1B1. Windows color (decimal): -4284175 or 15835326. OLE color: 15835326.

HSL color Cylindrical-coordinate representation of color #BEA0F1: hue angle of 262.22º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BEA0F1 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190160241-
CMYK0.210.3400.05
HSL262.22º74.31%78.63%-
HSV(B)262.22º33.61%94.51%-
XYZ49.6842.4488.79-
YUV178.2163.44136.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.15%
GREEN value IS 160 (62.89% from 255) = 27.07%
BLUE value IS 241 (94.53% from 255) = 40.78%
R=32.15%
G=27.07%
B=40.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901602410.210.3400.05262.2274.3178.63
HexBEA0F11522051064a4f
Octal276240361254205406112117
Binary10111110101000001111000110101100010010110000011010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA0F1; }

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

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

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

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

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

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

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

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