#BEB4DC

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

Shades of Melrose #BEB4DC

Tints of Melrose #BEB4DC

Color information

#BEB4DC (or 0xBEB4DC) is unknown color: approx Melrose. HEX triplet: BE, B4 and DC. RGB value is (190,180,220). Sum of RGB (Red+Green+Blue) = 190+180+220=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 180 (70.70% from 255 or 30.51% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #BEB4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB4DC is #414B23. Grayscale: #BBBBBB. Windows color (decimal): -4279076 or 14464190. OLE color: 14464190.

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

Color convert

RGB190180220-
CMYK0.140.1800.14
HSL255º36.36%78.43%-
HSV(B)255º18.18%86.27%-
XYZ50.4748.7674.46-
YUV187.55146.31129.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.20%
GREEN value IS 180 (70.70% from 255) = 30.51%
BLUE value IS 220 (86.33% from 255) = 37.29%
R=32.20%
G=30.51%
B=37.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1901802200.140.1800.1425536.3678.43
HexBEB4DCE120Eff244e
Octal276264334162201637744116
Binary10111110101101001101110011101001001110111111111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB4DC; }

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

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

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

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

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

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

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

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