#BEA6FD

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

Shades of Melrose #BEA6FD

Tints of Melrose #BEA6FD

Color information

#BEA6FD (or 0xBEA6FD) is unknown color: approx Melrose. HEX triplet: BE, A6 and FD. RGB value is (190,166,253). Sum of RGB (Red+Green+Blue) = 190+166+253=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 166 (65.23% from 255 or 27.26% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEA6FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA6FD is #415902. Grayscale: #B6B6B6. Windows color (decimal): -4282627 or 16623294. OLE color: 16623294.

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

Color convert

RGB190166253-
CMYK0.250.3400.01
HSL256.55º95.6%82.16%-
HSV(B)256.55º34.39%99.22%-
XYZ52.645.3198.9-
YUV183.09167.45132.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.20%
GREEN value IS 166 (65.23% from 255) = 27.26%
BLUE value IS 253 (99.22% from 255) = 41.54%
R=31.20%
G=27.26%
B=41.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901662530.250.3400.01256.5595.682.16
HexBEA6FD1922011016052
Octal276246375314201401140122
Binary101111101010011011111101110011000100110000000111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA6FD; }

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

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

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

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

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

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

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

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