#BEB1E3

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

Shades of Melrose #BEB1E3

Tints of Melrose #BEB1E3

Color information

#BEB1E3 (or 0xBEB1E3) is unknown color: approx Melrose. HEX triplet: BE, B1 and E3. RGB value is (190,177,227). Sum of RGB (Red+Green+Blue) = 190+177+227=594 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.99% from 594); Green value is 177 (69.53% from 255 or 29.80% from 594); Blue value is 227 (89.06% from 255 or 38.22% from 594); Max value from RGB is 227 - color contains mainly: blue. Hex color #BEB1E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB1E3 is #414E1C. Grayscale: #BABABA. Windows color (decimal): -4279837 or 14922174. OLE color: 14922174.

HSL color Cylindrical-coordinate representation of color #BEB1E3: hue angle of 255.6º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEB1E3 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB190177227-
CMYK0.160.2200.11
HSL255.6º47.17%79.22%-
HSV(B)255.6º22.03%89.02%-
XYZ50.8247.9479.25-
YUV186.59150.81130.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.99%
GREEN value IS 177 (69.53% from 255) = 29.80%
BLUE value IS 227 (89.06% from 255) = 38.22%
R=31.99%
G=29.80%
B=38.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1901772270.160.2200.11255.647.1779.22
HexBEB1E310160B1002f4f
Octal276261343202601340057117
Binary1011111010110001111000111000010110010111000000001011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB1E3; }

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

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

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

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

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

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

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

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