#BEA2EA

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

Shades of Perfume #BEA2EA

Tints of Perfume #BEA2EA

Color information

#BEA2EA (or 0xBEA2EA) is unknown color: approx Perfume. HEX triplet: BE, A2 and EA. RGB value is (190,162,234). Sum of RGB (Red+Green+Blue) = 190+162+234=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 162 (63.67% from 255 or 27.65% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEA2EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA2EA is #415D15. Grayscale: #B2B2B2. Windows color (decimal): -4283670 or 15377086. OLE color: 15377086.

HSL color Cylindrical-coordinate representation of color #BEA2EA: hue angle of 263.33º degrees, saturation: 0.63, 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 #BEA2EA is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190162234-
CMYK0.190.3100.08
HSL263.33º63.16%77.65%-
HSV(B)263.33º30.77%91.76%-
XYZ49.0142.7383.51-
YUV178.58159.28136.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.42%
GREEN value IS 162 (63.67% from 255) = 27.65%
BLUE value IS 234 (91.80% from 255) = 39.93%
R=32.42%
G=27.65%
B=39.93%

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
Decimal1901622340.190.3100.08263.3363.1677.65
HexBEA2EA131F081073f4e
Octal276242352233701040777116
Binary1011111010100010111010101001111111010001000001111111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA2EA; }

 p { color: rgb(190,162,234); }

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

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

 a { background-color: rgb(190,162,234); }

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

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

 span { border-color: rgb(190,162,234); }

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