#BEB7D6

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

Shades of Melrose #BEB7D6

Tints of Melrose #BEB7D6

Color information

#BEB7D6 (or 0xBEB7D6) is unknown color: approx Melrose. HEX triplet: BE, B7 and D6. RGB value is (190,183,214). Sum of RGB (Red+Green+Blue) = 190+183+214=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 183 (71.88% from 255 or 31.18% from 587); Blue value is 214 (83.98% from 255 or 36.46% from 587); Max value from RGB is 214 - color contains mainly: blue. Hex color #BEB7D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB7D6 is #414829. Grayscale: #BCBCBC. Windows color (decimal): -4278314 or 14071742. OLE color: 14071742.

HSL color Cylindrical-coordinate representation of color #BEB7D6: hue angle of 253.55º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEB7D6 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB190183214-
CMYK0.110.1400.16
HSL253.55º27.43%77.84%-
HSV(B)253.55º14.49%83.92%-
XYZ50.3149.6770.55-
YUV188.63142.32128.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.37%
GREEN value IS 183 (71.88% from 255) = 31.18%
BLUE value IS 214 (83.98% from 255) = 36.46%
R=32.37%
G=31.18%
B=36.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901832140.110.1400.16253.5527.4377.84
HexBEB7D6BE010fe1b4e
Octal276267326131602037633116
Binary1011111010110111110101101011111001000011111110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB7D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB7D6; }

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

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

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

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

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

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

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

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