#BEA7FC

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

Shades of Melrose #BEA7FC

Tints of Melrose #BEA7FC

Color information

#BEA7FC (or 0xBEA7FC) is unknown color: approx Melrose. HEX triplet: BE, A7 and FC. RGB value is (190,167,252). Sum of RGB (Red+Green+Blue) = 190+167+252=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 167 (65.62% from 255 or 27.42% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEA7FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA7FC is #415803. Grayscale: #B7B7B7. Windows color (decimal): -4282372 or 16558014. OLE color: 16558014.

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

Color convert

RGB190167252-
CMYK0.250.3400.01
HSL256.24º93.41%82.16%-
HSV(B)256.24º33.73%98.82%-
XYZ52.6245.6198.13-
YUV183.57166.62132.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.20%
GREEN value IS 167 (65.62% from 255) = 27.42%
BLUE value IS 252 (98.83% from 255) = 41.38%
R=31.20%
G=27.42%
B=41.38%

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
Decimal1901672520.250.3400.01256.2493.4182.16
HexBEA7FC1922011005d52
Octal276247374314201400135122
Binary101111101010011111111100110011000100110000000010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA7FC; }

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

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

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

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

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

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

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

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