#BEB4E8

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

Shades of Melrose #BEB4E8

Tints of Melrose #BEB4E8

Color information

#BEB4E8 (or 0xBEB4E8) is unknown color: approx Melrose. HEX triplet: BE, B4 and E8. RGB value is (190,180,232). Sum of RGB (Red+Green+Blue) = 190+180+232=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 180 (70.70% from 255 or 29.90% from 602); Blue value is 232 (91.02% from 255 or 38.54% from 602); Max value from RGB is 232 - color contains mainly: blue. Hex color #BEB4E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB4E8 is #414B17. Grayscale: #BCBCBC. Windows color (decimal): -4279064 or 15250622. OLE color: 15250622.

HSL color Cylindrical-coordinate representation of color #BEB4E8: hue angle of 251.54º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEB4E8 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB190180232-
CMYK0.180.2200.09
HSL251.54º53.06%80.78%-
HSV(B)251.54º22.41%90.98%-
XYZ52.1249.4283.14-
YUV188.92152.31128.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.56%
GREEN value IS 180 (70.70% from 255) = 29.90%
BLUE value IS 232 (91.02% from 255) = 38.54%
R=31.56%
G=29.90%
B=38.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1901802320.180.2200.09251.5453.0680.78
HexBEB4E8121609fc3551
Octal276264350222601137465121
Binary101111101011010011101000100101011001001111111001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB4E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB4E8; }

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

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

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

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

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

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

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

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