#BEB5F1

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

Shades of Melrose #BEB5F1

Tints of Melrose #BEB5F1

Color information

#BEB5F1 (or 0xBEB5F1) is unknown color: approx Melrose. HEX triplet: BE, B5 and F1. RGB value is (190,181,241). Sum of RGB (Red+Green+Blue) = 190+181+241=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 181 (71.09% from 255 or 29.58% from 612); Blue value is 241 (94.53% from 255 or 39.38% from 612); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEB5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB5F1 is #414A0E. Grayscale: #BEBEBE. Windows color (decimal): -4278799 or 15840702. OLE color: 15840702.

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

Color convert

RGB190181241-
CMYK0.210.2500.05
HSL249º68.18%82.75%-
HSV(B)249º24.9%94.51%-
XYZ53.6450.3590.11-
YUV190.53156.48127.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.05%
GREEN value IS 181 (71.09% from 255) = 29.58%
BLUE value IS 241 (94.53% from 255) = 39.38%
R=31.05%
G=29.58%
B=39.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901812410.210.2500.0524968.1882.75
HexBEB5F1151905f94453
Octal276265361253105371104123
Binary101111101011010111110001101011100101011111100110001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB5F1; }

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

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

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

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

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

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

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

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