#BEA6EE

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

Shades of Perfume #BEA6EE

Tints of Perfume #BEA6EE

Color information

#BEA6EE (or 0xBEA6EE) is unknown color: approx Perfume. HEX triplet: BE, A6 and EE. RGB value is (190,166,238). Sum of RGB (Red+Green+Blue) = 190+166+238=594 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.99% from 594); Green value is 166 (65.23% from 255 or 27.95% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEA6EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA6EE is #415911. Grayscale: #B5B5B5. Windows color (decimal): -4282642 or 15640254. OLE color: 15640254.

HSL color Cylindrical-coordinate representation of color #BEA6EE: hue angle of 260º degrees, saturation: 0.68, 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 #BEA6EE is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190166238-
CMYK0.200.3000.07
HSL260º67.92%79.22%-
HSV(B)260º30.25%93.33%-
XYZ50.344.3986.81-
YUV181.38159.95134.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.99%
GREEN value IS 166 (65.23% from 255) = 27.95%
BLUE value IS 238 (93.36% from 255) = 40.07%
R=31.99%
G=27.95%
B=40.07%

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
Decimal1901662380.200.3000.0726067.9279.22
HexBEA6EE141E07104444f
Octal276246356243607404104117
Binary1011111010100110111011101010011110011110000010010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA6EE; }

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

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

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

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

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

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

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

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