#BEB7F0

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

Shades of Melrose #BEB7F0

Tints of Melrose #BEB7F0

Color information

#BEB7F0 (or 0xBEB7F0) is unknown color: approx Melrose. HEX triplet: BE, B7 and F0. RGB value is (190,183,240). Sum of RGB (Red+Green+Blue) = 190+183+240=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 183 (71.88% from 255 or 29.85% from 613); Blue value is 240 (94.14% from 255 or 39.15% from 613); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEB7F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB7F0 is #41480F. Grayscale: #BFBFBF. Windows color (decimal): -4278288 or 15775678. OLE color: 15775678.

HSL color Cylindrical-coordinate representation of color #BEB7F0: hue angle of 247.37º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEB7F0 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190183240-
CMYK0.210.2400.06
HSL247.37º65.52%82.94%-
HSV(B)247.37º23.75%94.12%-
XYZ53.951.1189.46-
YUV191.59155.32126.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.00%
GREEN value IS 183 (71.88% from 255) = 29.85%
BLUE value IS 240 (94.14% from 255) = 39.15%
R=31.00%
G=29.85%
B=39.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1901832400.210.2400.06247.3765.5282.94
HexBEB7F0151806f74253
Octal276267360253006367102123
Binary101111101011011111110000101011100001101111011110000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB7F0; }

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

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

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

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

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

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

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

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