#BEA2ED

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

Shades of Perfume #BEA2ED

Tints of Perfume #BEA2ED

Color information

#BEA2ED (or 0xBEA2ED) is unknown color: approx Perfume. HEX triplet: BE, A2 and ED. RGB value is (190,162,237). Sum of RGB (Red+Green+Blue) = 190+162+237=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 162 (63.67% from 255 or 27.50% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEA2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA2ED is #415D12. Grayscale: #B2B2B2. Windows color (decimal): -4283667 or 15573694. OLE color: 15573694.

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

Color convert

RGB190162237-
CMYK0.200.3200.07
HSL262.4º67.57%78.24%-
HSV(B)262.4º31.65%92.94%-
XYZ49.4442.985.8-
YUV178.92160.78135.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.26%
GREEN value IS 162 (63.67% from 255) = 27.50%
BLUE value IS 237 (92.97% from 255) = 40.24%
R=32.26%
G=27.50%
B=40.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901622370.200.3200.07262.467.5778.24
HexBEA2ED142007106444e
Octal276242355244007406104116
Binary10111110101000101110110110100100000011110000011010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA2ED; }

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

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

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

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

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

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

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

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