#BEB6F5

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

Shades of Melrose #BEB6F5

Tints of Melrose #BEB6F5

Color information

#BEB6F5 (or 0xBEB6F5) is unknown color: approx Melrose. HEX triplet: BE, B6 and F5. RGB value is (190,182,245). Sum of RGB (Red+Green+Blue) = 190+182+245=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 182 (71.48% from 255 or 29.50% from 617); Blue value is 245 (96.09% from 255 or 39.71% from 617); Max value from RGB is 245 - color contains mainly: blue. Hex color #BEB6F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB6F5 is #41490A. Grayscale: #BFBFBF. Windows color (decimal): -4278539 or 16103102. OLE color: 16103102.

HSL color Cylindrical-coordinate representation of color #BEB6F5: hue angle of 247.62º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEB6F5 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB190182245-
CMYK0.220.2600.04
HSL247.62º75.9%83.73%-
HSV(B)247.62º25.71%96.08%-
XYZ54.445193.36-
YUV191.57158.15126.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.79%
GREEN value IS 182 (71.48% from 255) = 29.50%
BLUE value IS 245 (96.09% from 255) = 39.71%
R=30.79%
G=29.50%
B=39.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1901822450.220.2600.04247.6275.983.73
HexBEB6F5161A04f84c54
Octal276266365263204370114124
Binary101111101011011011110101101101101001001111100010011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB6F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB6F5; }

 p { color: rgb(190,182,245); }

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

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

 a { background-color: rgb(190,182,245); }

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

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

 span { border-color: rgb(190,182,245); }

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