#BEB5DC

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

Shades of Melrose #BEB5DC

Tints of Melrose #BEB5DC

Color information

#BEB5DC (or 0xBEB5DC) is unknown color: approx Melrose. HEX triplet: BE, B5 and DC. RGB value is (190,181,220). Sum of RGB (Red+Green+Blue) = 190+181+220=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 181 (71.09% from 255 or 30.63% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #BEB5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB5DC is #414A23. Grayscale: #BBBBBB. Windows color (decimal): -4278820 or 14464446. OLE color: 14464446.

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

Color convert

RGB190181220-
CMYK0.140.1800.14
HSL253.85º35.78%78.63%-
HSV(B)253.85º17.73%86.27%-
XYZ50.6849.1674.53-
YUV188.14145.98129.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.15%
GREEN value IS 181 (71.09% from 255) = 30.63%
BLUE value IS 220 (86.33% from 255) = 37.23%
R=32.15%
G=30.63%
B=37.23%

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
Decimal1901812200.140.1800.14253.8535.7878.63
HexBEB5DCE120Efe244f
Octal276265334162201637644117
Binary10111110101101011101110011101001001110111111101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB5DC; }

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

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

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

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

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

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

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

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