#BEB5F3

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

Shades of Melrose #BEB5F3

Tints of Melrose #BEB5F3

Color information

#BEB5F3 (or 0xBEB5F3) is unknown color: approx Melrose. HEX triplet: BE, B5 and F3. RGB value is (190,181,243). Sum of RGB (Red+Green+Blue) = 190+181+243=614 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.94% from 614); Green value is 181 (71.09% from 255 or 29.48% from 614); Blue value is 243 (95.31% from 255 or 39.58% from 614); Max value from RGB is 243 - color contains mainly: blue. Hex color #BEB5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB5F3 is #414A0C. Grayscale: #BEBEBE. Windows color (decimal): -4278797 or 15971774. OLE color: 15971774.

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

Color convert

RGB190181243-
CMYK0.220.2600.05
HSL248.71º72.09%83.14%-
HSV(B)248.71º25.51%95.29%-
XYZ53.9450.4791.69-
YUV190.76157.48127.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.94%
GREEN value IS 181 (71.09% from 255) = 29.48%
BLUE value IS 243 (95.31% from 255) = 39.58%
R=30.94%
G=29.48%
B=39.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901812430.220.2600.05248.7172.0983.14
HexBEB5F3161A05f94853
Octal276265363263205371110123
Binary101111101011010111110011101101101001011111100110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB5F3; }

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

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

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

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

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

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

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

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