#BEA3FC

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

Shades of Perfume #BEA3FC

Tints of Perfume #BEA3FC

Color information

#BEA3FC (or 0xBEA3FC) is unknown color: approx Perfume. HEX triplet: BE, A3 and FC. RGB value is (190,163,252). Sum of RGB (Red+Green+Blue) = 190+163+252=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 163 (64.06% from 255 or 26.94% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEA3FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA3FC is #415C03. Grayscale: #B4B4B4. Windows color (decimal): -4283396 or 16556990. OLE color: 16556990.

HSL color Cylindrical-coordinate representation of color #BEA3FC: hue angle of 258.2º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEA3FC is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190163252-
CMYK0.250.3500.01
HSL258.2º93.68%81.37%-
HSV(B)258.2º35.32%98.82%-
XYZ51.944.1797.89-
YUV181.22167.95134.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.40%
GREEN value IS 163 (64.06% from 255) = 26.94%
BLUE value IS 252 (98.83% from 255) = 41.65%
R=31.40%
G=26.94%
B=41.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901632520.250.3500.01258.293.6881.37
HexBEA3FC1923011025e51
Octal276243374314301402136121
Binary101111101010001111111100110011000110110000001010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA3FC; }

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

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

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

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

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

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

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

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