#BEB5DE

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

Shades of Melrose #BEB5DE

Tints of Melrose #BEB5DE

Color information

#BEB5DE (or 0xBEB5DE) is unknown color: approx Melrose. HEX triplet: BE, B5 and DE. RGB value is (190,181,222). Sum of RGB (Red+Green+Blue) = 190+181+222=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 181 (71.09% from 255 or 30.52% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 222 - color contains mainly: blue. Hex color #BEB5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB5DE is #414A21. Grayscale: #BCBCBC. Windows color (decimal): -4278818 or 14595518. OLE color: 14595518.

HSL color Cylindrical-coordinate representation of color #BEB5DE: hue angle of 253.17º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEB5DE is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190181222-
CMYK0.140.1800.13
HSL253.17º38.32%79.02%-
HSV(B)253.17º18.47%87.06%-
XYZ50.9449.2775.93-
YUV188.36146.98129.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.04%
GREEN value IS 181 (71.09% from 255) = 30.52%
BLUE value IS 222 (87.11% from 255) = 37.44%
R=32.04%
G=30.52%
B=37.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901812220.140.1800.13253.1738.3279.02
HexBEB5DEE120Dfd264f
Octal276265336162201537546117
Binary10111110101101011101111011101001001101111111011001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB5DE; }

 p { color: rgb(190,181,222); }

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

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

 a { background-color: rgb(190,181,222); }

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

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

 span { border-color: rgb(190,181,222); }

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