#BEB7EC

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

Shades of Melrose #BEB7EC

Tints of Melrose #BEB7EC

Color information

#BEB7EC (or 0xBEB7EC) is unknown color: approx Melrose. HEX triplet: BE, B7 and EC. RGB value is (190,183,236). Sum of RGB (Red+Green+Blue) = 190+183+236=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 183 (71.88% from 255 or 30.05% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEB7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB7EC is #414813. Grayscale: #BEBEBE. Windows color (decimal): -4278292 or 15513534. OLE color: 15513534.

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

Color convert

RGB190183236-
CMYK0.190.2200.07
HSL247.92º58.24%82.16%-
HSV(B)247.92º22.46%92.55%-
XYZ53.3150.8786.37-
YUV191.14153.32127.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.20%
GREEN value IS 183 (71.88% from 255) = 30.05%
BLUE value IS 236 (92.58% from 255) = 38.75%
R=31.20%
G=30.05%
B=38.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901832360.190.2200.07247.9258.2482.16
HexBEB7EC131607f83a52
Octal27626735423260737072122
Binary10111110101101111110110010011101100111111110001110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB7EC; }

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

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

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

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

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

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

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

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