#BEA4FD

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

Shades of Melrose #BEA4FD

Tints of Melrose #BEA4FD

Color information

#BEA4FD (or 0xBEA4FD) is unknown color: approx Melrose. HEX triplet: BE, A4 and FD. RGB value is (190,164,253). Sum of RGB (Red+Green+Blue) = 190+164+253=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 164 (64.45% from 255 or 27.02% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEA4FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA4FD is #415B02. Grayscale: #B5B5B5. Windows color (decimal): -4283139 or 16622782. OLE color: 16622782.

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

Color convert

RGB190164253-
CMYK0.250.3500.01
HSL257.53º95.7%81.76%-
HSV(B)257.53º35.18%99.22%-
XYZ52.2444.5998.78-
YUV181.92168.11133.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.30%
GREEN value IS 164 (64.45% from 255) = 27.02%
BLUE value IS 253 (99.22% from 255) = 41.68%
R=31.30%
G=27.02%
B=41.68%

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
Decimal1901642530.250.3500.01257.5395.781.76
HexBEA4FD1923011026052
Octal276244375314301402140122
Binary101111101010010011111101110011000110110000001011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA4FD; }

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

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

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

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

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

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

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

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