#bea3ee

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

Shades of Perfume #BEA3EE

Tints of Perfume #BEA3EE

Color information

#BEA3EE (or 0xBEA3EE) is unknown color: approx Perfume. HEX triplet: BE, A3 and EE. RGB value is (190,163,238). Sum of RGB (Red+Green+Blue) = 190+163+238=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 163 (64.06% from 255 or 27.58% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEA3EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA3EE is #415C11. Grayscale: #B3B3B3. Windows color (decimal): -4283410 or 15639486. OLE color: 15639486.

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

Color convert

RGB190163238-
CMYK0.200.3200.07
HSL261.6º68.81%78.63%-
HSV(B)261.6º31.51%93.33%-
XYZ49.7743.3186.63-
YUV179.62160.95135.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.15%
GREEN value IS 163 (64.06% from 255) = 27.58%
BLUE value IS 238 (93.36% from 255) = 40.27%
R=32.15%
G=27.58%
B=40.27%

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
Decimal1901632380.200.3200.07261.668.8178.63
HexBEA3EE142007106454f
Octal276243356244007406105117
Binary10111110101000111110111010100100000011110000011010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bea3ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bea3ee; }

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

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

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

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

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

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

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

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