#BEB1EC

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

Shades of Melrose #BEB1EC

Tints of Melrose #BEB1EC

Color information

#BEB1EC (or 0xBEB1EC) is unknown color: approx Melrose. HEX triplet: BE, B1 and EC. RGB value is (190,177,236). Sum of RGB (Red+Green+Blue) = 190+177+236=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 177 (69.53% from 255 or 29.35% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEB1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEB1EC is #414E13. Grayscale: #BBBBBB. Windows color (decimal): -4279828 or 15511998. OLE color: 15511998.

HSL color Cylindrical-coordinate representation of color #BEB1EC: hue angle of 253.22º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEB1EC is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190177236-
CMYK0.190.2500.07
HSL253.22º60.82%80.98%-
HSV(B)253.22º25%92.55%-
XYZ52.148.4585.96-
YUV187.61155.31129.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.51%
GREEN value IS 177 (69.53% from 255) = 29.35%
BLUE value IS 236 (92.58% from 255) = 39.14%
R=31.51%
G=29.35%
B=39.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901772360.190.2500.07253.2260.8280.98
HexBEB1EC131907fd3d51
Octal27626135423310737575121
Binary10111110101100011110110010011110010111111111011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB1EC; }

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

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

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

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

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

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

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

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