#BEA7FD

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

Shades of Melrose #BEA7FD

Tints of Melrose #BEA7FD

Color information

#BEA7FD (or 0xBEA7FD) is unknown color: approx Melrose. HEX triplet: BE, A7 and FD. RGB value is (190,167,253). Sum of RGB (Red+Green+Blue) = 190+167+253=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 167 (65.62% from 255 or 27.38% from 610); Blue value is 253 (99.22% from 255 or 41.48% from 610); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEA7FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA7FD is #415802. Grayscale: #B7B7B7. Windows color (decimal): -4282371 or 16623550. OLE color: 16623550.

HSL color Cylindrical-coordinate representation of color #BEA7FD: hue angle of 256.05º 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 #BEA7FD is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190167253-
CMYK0.250.3400.01
HSL256.05º95.56%82.35%-
HSV(B)256.05º33.99%99.22%-
XYZ52.7845.6898.96-
YUV183.68167.12132.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.15%
GREEN value IS 167 (65.62% from 255) = 27.38%
BLUE value IS 253 (99.22% from 255) = 41.48%
R=31.15%
G=27.38%
B=41.48%

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
Decimal1901672530.250.3400.01256.0595.5682.35
HexBEA7FD1922011006052
Octal276247375314201400140122
Binary101111101010011111111101110011000100110000000011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA7FD; }

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

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

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

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

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

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

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

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