#BEB3DD

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

Shades of Melrose #BEB3DD

Tints of Melrose #BEB3DD

Color information

#BEB3DD (or 0xBEB3DD) is unknown color: approx Melrose. HEX triplet: BE, B3 and DD. RGB value is (190,179,221). Sum of RGB (Red+Green+Blue) = 190+179+221=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 179 (70.31% from 255 or 30.34% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEB3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB3DD is #414C22. Grayscale: #BABABA. Windows color (decimal): -4279331 or 14529470. OLE color: 14529470.

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

Color convert

RGB190179221-
CMYK0.140.1900.13
HSL255.71º38.18%78.43%-
HSV(B)255.71º19%86.67%-
XYZ50.4148.4175.09-
YUV187.08147.14130.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.20%
GREEN value IS 179 (70.31% from 255) = 30.34%
BLUE value IS 221 (86.72% from 255) = 37.46%
R=32.20%
G=30.34%
B=37.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901792210.140.1900.13255.7138.1878.43
HexBEB3DDE130D100264e
Octal276263335162301540046116
Binary101111101011001111011101111010011011011000000001001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB3DD; }

 p { color: rgb(190,179,221); }

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

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

 a { background-color: rgb(190,179,221); }

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

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

 span { border-color: rgb(190,179,221); }

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