#BEB3F1

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

Shades of Melrose #BEB3F1

Tints of Melrose #BEB3F1

Color information

#BEB3F1 (or 0xBEB3F1) is unknown color: approx Melrose. HEX triplet: BE, B3 and F1. RGB value is (190,179,241). Sum of RGB (Red+Green+Blue) = 190+179+241=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 179 (70.31% from 255 or 29.34% from 610); Blue value is 241 (94.53% from 255 or 39.51% from 610); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEB3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB3F1 is #414C0E. Grayscale: #BDBDBD. Windows color (decimal): -4279311 or 15840190. OLE color: 15840190.

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

Color convert

RGB190179241-
CMYK0.210.2600.05
HSL250.65º68.89%82.35%-
HSV(B)250.65º25.73%94.51%-
XYZ53.2349.5489.98-
YUV189.36157.14128.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.15%
GREEN value IS 179 (70.31% from 255) = 29.34%
BLUE value IS 241 (94.53% from 255) = 39.51%
R=31.15%
G=29.34%
B=39.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901792410.210.2600.05250.6568.8982.35
HexBEB3F1151A05fb4552
Octal276263361253205373105122
Binary101111101011001111110001101011101001011111101110001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB3F1; }

 p { color: rgb(190,179,241); }

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

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

 a { background-color: rgb(190,179,241); }

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

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

 span { border-color: rgb(190,179,241); }

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