#BEB1E1

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

Shades of Melrose #BEB1E1

Tints of Melrose #BEB1E1

Color information

#BEB1E1 (or 0xBEB1E1) is unknown color: approx Melrose. HEX triplet: BE, B1 and E1. RGB value is (190,177,225). Sum of RGB (Red+Green+Blue) = 190+177+225=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 177 (69.53% from 255 or 29.90% from 592); Blue value is 225 (88.28% from 255 or 38.01% from 592); Max value from RGB is 225 - color contains mainly: blue. Hex color #BEB1E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB1E1 is #414E1E. Grayscale: #BABABA. Windows color (decimal): -4279839 or 14791102. OLE color: 14791102.

HSL color Cylindrical-coordinate representation of color #BEB1E1: hue angle of 256.25º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEB1E1 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190177225-
CMYK0.160.2100.12
HSL256.25º44.44%78.82%-
HSV(B)256.25º21.33%88.24%-
XYZ50.5547.8377.8-
YUV186.36149.81130.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.09%
GREEN value IS 177 (69.53% from 255) = 29.90%
BLUE value IS 225 (88.28% from 255) = 38.01%
R=32.09%
G=29.90%
B=38.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1901772250.160.2100.12256.2544.4478.82
HexBEB1E110150C1002c4f
Octal276261341202501440054117
Binary1011111010110001111000011000010101011001000000001011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB1E1; }

 p { color: rgb(190,177,225); }

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

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

 a { background-color: rgb(190,177,225); }

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

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

 span { border-color: rgb(190,177,225); }

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