#BEB1EA

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

Shades of Melrose #BEB1EA

Tints of Melrose #BEB1EA

Color information

#BEB1EA (or 0xBEB1EA) is unknown color: approx Melrose. HEX triplet: BE, B1 and EA. RGB value is (190,177,234). Sum of RGB (Red+Green+Blue) = 190+177+234=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 177 (69.53% from 255 or 29.45% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEB1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEB1EA is #414E15. Grayscale: #BBBBBB. Windows color (decimal): -4279830 or 15380926. OLE color: 15380926.

HSL color Cylindrical-coordinate representation of color #BEB1EA: hue angle of 253.68º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEB1EA is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190177234-
CMYK0.190.2400.08
HSL253.68º57.58%80.59%-
HSV(B)253.68º24.36%91.76%-
XYZ51.8148.3384.44-
YUV187.38154.31129.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.61%
GREEN value IS 177 (69.53% from 255) = 29.45%
BLUE value IS 234 (91.80% from 255) = 38.94%
R=31.61%
G=29.45%
B=38.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1901772340.190.2400.08253.6857.5880.59
HexBEB1EA131808fe3a51
Octal276261352233001037672121
Binary101111101011000111101010100111100001000111111101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB1EA; }

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

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

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

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

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

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

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

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