#BEB6F1

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

Shades of Melrose #BEB6F1

Tints of Melrose #BEB6F1

Color information

#BEB6F1 (or 0xBEB6F1) is unknown color: approx Melrose. HEX triplet: BE, B6 and F1. RGB value is (190,182,241). Sum of RGB (Red+Green+Blue) = 190+182+241=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 182 (71.48% from 255 or 29.69% from 613); Blue value is 241 (94.53% from 255 or 39.31% from 613); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEB6F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB6F1 is #41490E. Grayscale: #BEBEBE. Windows color (decimal): -4278543 or 15840958. OLE color: 15840958.

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

Color convert

RGB190182241-
CMYK0.210.2400.05
HSL248.14º67.82%82.94%-
HSV(B)248.14º24.48%94.51%-
XYZ53.8450.7590.18-
YUV191.12156.15127.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.00%
GREEN value IS 182 (71.48% from 255) = 29.69%
BLUE value IS 241 (94.53% from 255) = 39.31%
R=31.00%
G=29.69%
B=39.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901822410.210.2400.05248.1467.8282.94
HexBEB6F1151805f84453
Octal276266361253005370104123
Binary101111101011011011110001101011100001011111100010001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB6F1; }

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

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

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

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

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

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

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

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