#BEB5F0

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

Shades of Melrose #BEB5F0

Tints of Melrose #BEB5F0

Color information

#BEB5F0 (or 0xBEB5F0) is unknown color: approx Melrose. HEX triplet: BE, B5 and F0. RGB value is (190,181,240). Sum of RGB (Red+Green+Blue) = 190+181+240=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 181 (71.09% from 255 or 29.62% from 611); Blue value is 240 (94.14% from 255 or 39.28% from 611); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEB5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB5F0 is #414A0F. Grayscale: #BEBEBE. Windows color (decimal): -4278800 or 15775166. OLE color: 15775166.

HSL color Cylindrical-coordinate representation of color #BEB5F0: hue angle of 249.15º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEB5F0 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190181240-
CMYK0.210.2500.06
HSL249.15º66.29%82.55%-
HSV(B)249.15º24.58%94.12%-
XYZ53.4950.2989.33-
YUV190.42155.98127.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.10%
GREEN value IS 181 (71.09% from 255) = 29.62%
BLUE value IS 240 (94.14% from 255) = 39.28%
R=31.10%
G=29.62%
B=39.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1901812400.210.2500.06249.1566.2982.55
HexBEB5F0151906f94253
Octal276265360253106371102123
Binary101111101011010111110000101011100101101111100110000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB5F0; }

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

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

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

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

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

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

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

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