#BEA3FE

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

Shades of Perfume #BEA3FE

Tints of Perfume #BEA3FE

Color information

#BEA3FE (or 0xBEA3FE) is unknown color: approx Perfume. HEX triplet: BE, A3 and FE. RGB value is (190,163,254). Sum of RGB (Red+Green+Blue) = 190+163+254=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 163 (64.06% from 255 or 26.85% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEA3FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA3FE is #415C01. Grayscale: #B5B5B5. Windows color (decimal): -4283394 or 16688062. OLE color: 16688062.

HSL color Cylindrical-coordinate representation of color #BEA3FE: hue angle of 257.8º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BEA3FE is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB190163254-
CMYK0.250.3600.00
HSL257.8º97.85%81.76%-
HSV(B)257.8º35.83%99.61%-
XYZ52.2244.399.56-
YUV181.45168.95134.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.30%
GREEN value IS 163 (64.06% from 255) = 26.85%
BLUE value IS 254 (99.61% from 255) = 41.85%
R=31.30%
G=26.85%
B=41.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1901632540.250.3600.00257.897.8581.76
HexBEA3FE1924001026252
Octal276243376314400402142122
Binary101111101010001111111110110011001000010000001011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA3FE; }

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

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

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

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

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

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

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

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