#BEA0FD

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

Shades of Perfume #BEA0FD

Tints of Perfume #BEA0FD

Color information

#BEA0FD (or 0xBEA0FD) is unknown color: approx Perfume. HEX triplet: BE, A0 and FD. RGB value is (190,160,253). Sum of RGB (Red+Green+Blue) = 190+160+253=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 160 (62.89% from 255 or 26.53% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEA0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA0FD is #415F02. Grayscale: #B3B3B3. Windows color (decimal): -4284163 or 16621758. OLE color: 16621758.

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

Color convert

RGB190160253-
CMYK0.250.3700.01
HSL259.35º95.88%80.98%-
HSV(B)259.35º36.76%99.22%-
XYZ51.5443.1898.55-
YUV179.57169.44135.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.51%
GREEN value IS 160 (62.89% from 255) = 26.53%
BLUE value IS 253 (99.22% from 255) = 41.96%
R=31.51%
G=26.53%
B=41.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901602530.250.3700.01259.3595.8880.98
HexBEA0FD1925011036051
Octal276240375314501403140121
Binary101111101010000011111101110011001010110000001111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA0FD; }

 p { color: rgb(190,160,253); }

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

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

 a { background-color: rgb(190,160,253); }

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

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

 span { border-color: rgb(190,160,253); }

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