#BEB7DC

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

Shades of Melrose #BEB7DC

Tints of Melrose #BEB7DC

Color information

#BEB7DC (or 0xBEB7DC) is unknown color: approx Melrose. HEX triplet: BE, B7 and DC. RGB value is (190,183,220). Sum of RGB (Red+Green+Blue) = 190+183+220=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 183 (71.88% from 255 or 30.86% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #BEB7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB7DC is #414823. Grayscale: #BDBDBD. Windows color (decimal): -4278308 or 14464958. OLE color: 14464958.

HSL color Cylindrical-coordinate representation of color #BEB7DC: hue angle of 251.35º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEB7DC is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB190183220-
CMYK0.140.1700.14
HSL251.35º34.58%79.02%-
HSV(B)251.35º16.82%86.27%-
XYZ51.0949.9874.66-
YUV189.31145.32128.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.04%
GREEN value IS 183 (71.88% from 255) = 30.86%
BLUE value IS 220 (86.33% from 255) = 37.10%
R=32.04%
G=30.86%
B=37.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1901832200.140.1700.14251.3534.5879.02
HexBEB7DCE110Efb234f
Octal276267334162101637343117
Binary10111110101101111101110011101000101110111110111000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB7DC; }

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

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

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

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

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

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

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

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