#BEB3DB

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

Shades of Melrose #BEB3DB

Tints of Melrose #BEB3DB

Color information

#BEB3DB (or 0xBEB3DB) is unknown color: approx Melrose. HEX triplet: BE, B3 and DB. RGB value is (190,179,219). Sum of RGB (Red+Green+Blue) = 190+179+219=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 179 (70.31% from 255 or 30.44% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #BEB3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB3DB is #414C24. Grayscale: #BABABA. Windows color (decimal): -4279333 or 14398398. OLE color: 14398398.

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

Color convert

RGB190179219-
CMYK0.130.1800.14
HSL256.5º35.71%78.04%-
HSV(B)256.5º18.26%85.88%-
XYZ50.1448.373.7-
YUV186.85146.14130.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.31%
GREEN value IS 179 (70.31% from 255) = 30.44%
BLUE value IS 219 (85.94% from 255) = 37.24%
R=32.31%
G=30.44%
B=37.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1901792190.130.1800.14256.535.7178.04
HexBEB3DBD120E100244e
Octal276263333152201640044116
Binary101111101011001111011011110110010011101000000001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB3DB; }

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

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

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

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

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

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

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

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