#BEA6F7

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

Shades of Melrose #BEA6F7

Tints of Melrose #BEA6F7

Color information

#BEA6F7 (or 0xBEA6F7) is unknown color: approx Melrose. HEX triplet: BE, A6 and F7. RGB value is (190,166,247). Sum of RGB (Red+Green+Blue) = 190+166+247=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 166 (65.23% from 255 or 27.53% from 603); Blue value is 247 (96.88% from 255 or 40.96% from 603); Max value from RGB is 247 - color contains mainly: blue. Hex color #BEA6F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA6F7 is #415908. Grayscale: #B6B6B6. Windows color (decimal): -4282633 or 16230078. OLE color: 16230078.

HSL color Cylindrical-coordinate representation of color #BEA6F7: hue angle of 257.78º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEA6F7 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB190166247-
CMYK0.230.3300.03
HSL257.78º83.51%80.98%-
HSV(B)257.78º32.79%96.86%-
XYZ51.6644.9393.95-
YUV182.41164.45133.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.51%
GREEN value IS 166 (65.23% from 255) = 27.53%
BLUE value IS 247 (96.88% from 255) = 40.96%
R=31.51%
G=27.53%
B=40.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1901662470.230.3300.03257.7883.5180.98
HexBEA6F71721031025451
Octal276246367274103402124121
Binary1011111010100110111101111011110000101110000001010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA6F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA6F7; }

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

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

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

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

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

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

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

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