#BEA6ED

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

Shades of Perfume #BEA6ED

Tints of Perfume #BEA6ED

Color information

#BEA6ED (or 0xBEA6ED) is unknown color: approx Perfume. HEX triplet: BE, A6 and ED. RGB value is (190,166,237). Sum of RGB (Red+Green+Blue) = 190+166+237=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 166 (65.23% from 255 or 27.99% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEA6ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA6ED is #415912. Grayscale: #B5B5B5. Windows color (decimal): -4282643 or 15574718. OLE color: 15574718.

HSL color Cylindrical-coordinate representation of color #BEA6ED: hue angle of 260.28º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEA6ED is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190166237-
CMYK0.200.3000.07
HSL260.28º66.36%79.02%-
HSV(B)260.28º29.96%92.94%-
XYZ50.1644.3386.03-
YUV181.27159.45134.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.04%
GREEN value IS 166 (65.23% from 255) = 27.99%
BLUE value IS 237 (92.97% from 255) = 39.97%
R=32.04%
G=27.99%
B=39.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901662370.200.3000.07260.2866.3679.02
HexBEA6ED141E07104424f
Octal276246355243607404102117
Binary1011111010100110111011011010011110011110000010010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA6ED; }

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

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

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

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

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

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

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

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