#BEA2EC

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

Shades of Perfume #BEA2EC

Tints of Perfume #BEA2EC

Color information

#BEA2EC (or 0xBEA2EC) is unknown color: approx Perfume. HEX triplet: BE, A2 and EC. RGB value is (190,162,236). Sum of RGB (Red+Green+Blue) = 190+162+236=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 162 (63.67% from 255 or 27.55% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEA2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA2EC is #415D13. Grayscale: #B2B2B2. Windows color (decimal): -4283668 or 15508158. OLE color: 15508158.

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

Color convert

RGB190162236-
CMYK0.190.3100.07
HSL262.7º66.07%78.04%-
HSV(B)262.7º31.36%92.55%-
XYZ49.342.8485.03-
YUV178.81160.28135.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.31%
GREEN value IS 162 (63.67% from 255) = 27.55%
BLUE value IS 236 (92.58% from 255) = 40.14%
R=32.31%
G=27.55%
B=40.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901622360.190.3100.07262.766.0778.04
HexBEA2EC131F07107424e
Octal276242354233707407102116
Binary1011111010100010111011001001111111011110000011110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA2EC; }

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

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

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

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

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

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

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

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