#BEB4E2

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

Shades of Melrose #BEB4E2

Tints of Melrose #BEB4E2

Color information

#BEB4E2 (or 0xBEB4E2) is unknown color: approx Melrose. HEX triplet: BE, B4 and E2. RGB value is (190,180,226). Sum of RGB (Red+Green+Blue) = 190+180+226=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 180 (70.70% from 255 or 30.20% from 596); Blue value is 226 (88.67% from 255 or 37.92% from 596); Max value from RGB is 226 - color contains mainly: blue. Hex color #BEB4E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB4E2 is #414B1D. Grayscale: #BCBCBC. Windows color (decimal): -4279070 or 14857406. OLE color: 14857406.

HSL color Cylindrical-coordinate representation of color #BEB4E2: hue angle of 253.04º degrees, saturation: 0.44, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEB4E2 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB190180226-
CMYK0.160.2000.11
HSL253.04º44.23%79.61%-
HSV(B)253.04º20.35%88.63%-
XYZ51.2849.0878.72-
YUV188.23149.31129.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.88%
GREEN value IS 180 (70.70% from 255) = 30.20%
BLUE value IS 226 (88.67% from 255) = 37.92%
R=31.88%
G=30.20%
B=37.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1901802260.160.2000.11253.0444.2379.61
HexBEB4E210140Bfd2c50
Octal276264342202401337554120
Binary101111101011010011100010100001010001011111111011011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB4E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB4E2; }

 p { color: rgb(190,180,226); }

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

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

 a { background-color: rgb(190,180,226); }

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

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

 span { border-color: rgb(190,180,226); }

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