#BEB5DD

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

Shades of Melrose #BEB5DD

Tints of Melrose #BEB5DD

Color information

#BEB5DD (or 0xBEB5DD) is unknown color: approx Melrose. HEX triplet: BE, B5 and DD. RGB value is (190,181,221). Sum of RGB (Red+Green+Blue) = 190+181+221=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 181 (71.09% from 255 or 30.57% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEB5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB5DD is #414A22. Grayscale: #BCBCBC. Windows color (decimal): -4278819 or 14529982. OLE color: 14529982.

HSL color Cylindrical-coordinate representation of color #BEB5DD: hue angle of 253.5º degrees, saturation: 0.37, 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 #BEB5DD is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190181221-
CMYK0.140.1800.13
HSL253.5º37.04%78.82%-
HSV(B)253.5º18.1%86.67%-
XYZ50.8149.2275.23-
YUV188.25146.48129.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.09%
GREEN value IS 181 (71.09% from 255) = 30.57%
BLUE value IS 221 (86.72% from 255) = 37.33%
R=32.09%
G=30.57%
B=37.33%

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
Decimal1901812210.140.1800.13253.537.0478.82
HexBEB5DDE120Dfe254f
Octal276265335162201537645117
Binary10111110101101011101110111101001001101111111101001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB5DD; }

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

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

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

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

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

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

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

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