#BEB7E6

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

Shades of Melrose #BEB7E6

Tints of Melrose #BEB7E6

Color information

#BEB7E6 (or 0xBEB7E6) is unknown color: approx Melrose. HEX triplet: BE, B7 and E6. RGB value is (190,183,230). Sum of RGB (Red+Green+Blue) = 190+183+230=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 183 (71.88% from 255 or 30.35% from 603); Blue value is 230 (90.23% from 255 or 38.14% from 603); Max value from RGB is 230 - color contains mainly: blue. Hex color #BEB7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB7E6 is #414819. Grayscale: #BEBEBE. Windows color (decimal): -4278298 or 15120318. OLE color: 15120318.

HSL color Cylindrical-coordinate representation of color #BEB7E6: hue angle of 248.94º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEB7E6 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB190183230-
CMYK0.170.2000.10
HSL248.94º48.45%80.98%-
HSV(B)248.94º20.43%90.2%-
XYZ52.4550.5381.85-
YUV190.45150.32127.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.51%
GREEN value IS 183 (71.88% from 255) = 30.35%
BLUE value IS 230 (90.23% from 255) = 38.14%
R=31.51%
G=30.35%
B=38.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1901832300.170.2000.10248.9448.4580.98
HexBEB7E611140Af93051
Octal276267346212401237160121
Binary101111101011011111100110100011010001010111110011100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB7E6; }

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

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

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

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

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

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

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

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