#BEB7EA

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

Shades of Melrose #BEB7EA

Tints of Melrose #BEB7EA

Color information

#BEB7EA (or 0xBEB7EA) is unknown color: approx Melrose. HEX triplet: BE, B7 and EA. RGB value is (190,183,234). Sum of RGB (Red+Green+Blue) = 190+183+234=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 183 (71.88% from 255 or 30.15% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEB7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB7EA is #414815. Grayscale: #BEBEBE. Windows color (decimal): -4278294 or 15382462. OLE color: 15382462.

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

Color convert

RGB190183234-
CMYK0.190.2200.08
HSL248.24º54.84%81.76%-
HSV(B)248.24º21.79%91.76%-
XYZ53.0250.7584.84-
YUV190.91152.32127.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.30%
GREEN value IS 183 (71.88% from 255) = 30.15%
BLUE value IS 234 (91.80% from 255) = 38.55%
R=31.30%
G=30.15%
B=38.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1901832340.190.2200.08248.2454.8481.76
HexBEB7EA131608f83752
Octal276267352232601037067122
Binary101111101011011111101010100111011001000111110001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB7EA; }

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

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

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

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

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

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

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

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