#BEB1E0

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

Shades of Melrose #BEB1E0

Tints of Melrose #BEB1E0

Color information

#BEB1E0 (or 0xBEB1E0) is unknown color: approx Melrose. HEX triplet: BE, B1 and E0. RGB value is (190,177,224). Sum of RGB (Red+Green+Blue) = 190+177+224=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 177 (69.53% from 255 or 29.95% from 591); Blue value is 224 (87.89% from 255 or 37.90% from 591); Max value from RGB is 224 - color contains mainly: blue. Hex color #BEB1E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB1E0 is #414E1F. Grayscale: #BABABA. Windows color (decimal): -4279840 or 14725566. OLE color: 14725566.

HSL color Cylindrical-coordinate representation of color #BEB1E0: hue angle of 256.6º degrees, saturation: 0.43, 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 #BEB1E0 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190177224-
CMYK0.150.2100.12
HSL256.6º43.12%78.63%-
HSV(B)256.6º20.98%87.84%-
XYZ50.4147.7777.09-
YUV186.24149.31130.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.15%
GREEN value IS 177 (69.53% from 255) = 29.95%
BLUE value IS 224 (87.89% from 255) = 37.90%
R=32.15%
G=29.95%
B=37.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1901772240.150.2100.12256.643.1278.63
HexBEB1E0F150C1012b4f
Octal276261340172501440153117
Binary101111101011000111100000111110101011001000000011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB1E0; }

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

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

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

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

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

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

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

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