#BEA7F2

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

Shades of Melrose #BEA7F2

Tints of Melrose #BEA7F2

Color information

#BEA7F2 (or 0xBEA7F2) is unknown color: approx Melrose. HEX triplet: BE, A7 and F2. RGB value is (190,167,242). Sum of RGB (Red+Green+Blue) = 190+167+242=599 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.72% from 599); Green value is 167 (65.62% from 255 or 27.88% from 599); Blue value is 242 (94.92% from 255 or 40.40% from 599); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEA7F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA7F2 is #41580D. Grayscale: #B6B6B6. Windows color (decimal): -4282382 or 15902654. OLE color: 15902654.

HSL color Cylindrical-coordinate representation of color #BEA7F2: hue angle of 258.4º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BEA7F2 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190167242-
CMYK0.210.3100.05
HSL258.4º74.26%80.2%-
HSV(B)258.4º30.99%94.9%-
XYZ51.084590-
YUV182.43161.62133.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.72%
GREEN value IS 167 (65.62% from 255) = 27.88%
BLUE value IS 242 (94.92% from 255) = 40.40%
R=31.72%
G=27.88%
B=40.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901672420.210.3100.05258.474.2680.2
HexBEA7F2151F051024a50
Octal276247362253705402112120
Binary1011111010100111111100101010111111010110000001010010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA7F2; }

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

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

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

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

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

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

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

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