#BEA1EB

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

Shades of Perfume #BEA1EB

Tints of Perfume #BEA1EB

Color information

#BEA1EB (or 0xBEA1EB) is unknown color: approx Perfume. HEX triplet: BE, A1 and EB. RGB value is (190,161,235). Sum of RGB (Red+Green+Blue) = 190+161+235=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 161 (63.28% from 255 or 27.47% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #BEA1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA1EB is #415E14. Grayscale: #B1B1B1. Windows color (decimal): -4283925 or 15442366. OLE color: 15442366.

HSL color Cylindrical-coordinate representation of color #BEA1EB: hue angle of 263.51º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BEA1EB is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190161235-
CMYK0.190.3100.08
HSL263.51º64.91%77.65%-
HSV(B)263.51º31.49%92.16%-
XYZ48.9842.4484.21-
YUV178.11160.11136.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.42%
GREEN value IS 161 (63.28% from 255) = 27.47%
BLUE value IS 235 (92.19% from 255) = 40.10%
R=32.42%
G=27.47%
B=40.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1901612350.190.3100.08263.5164.9177.65
HexBEA1EB131F08108414e
Octal2762413532337010410101116
Binary10111110101000011110101110011111110100010000100010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA1EB; }

 p { color: rgb(190,161,235); }

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

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

 a { background-color: rgb(190,161,235); }

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

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

 span { border-color: rgb(190,161,235); }

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