#BEB4F3

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

Shades of Melrose #BEB4F3

Tints of Melrose #BEB4F3

Color information

#BEB4F3 (or 0xBEB4F3) is unknown color: approx Melrose. HEX triplet: BE, B4 and F3. RGB value is (190,180,243). Sum of RGB (Red+Green+Blue) = 190+180+243=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 180 (70.70% from 255 or 29.36% from 613); Blue value is 243 (95.31% from 255 or 39.64% from 613); Max value from RGB is 243 - color contains mainly: blue. Hex color #BEB4F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB4F3 is #414B0C. Grayscale: #BDBDBD. Windows color (decimal): -4279053 or 15971518. OLE color: 15971518.

HSL color Cylindrical-coordinate representation of color #BEB4F3: hue angle of 249.52º 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 #BEB4F3 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190180243-
CMYK0.220.2600.05
HSL249.52º72.41%82.94%-
HSV(B)249.52º25.93%95.29%-
XYZ53.7350.0691.62-
YUV190.17157.81127.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.00%
GREEN value IS 180 (70.70% from 255) = 29.36%
BLUE value IS 243 (95.31% from 255) = 39.64%
R=31.00%
G=29.36%
B=39.64%

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
Decimal1901802430.220.2600.05249.5272.4182.94
HexBEB4F3161A05fa4853
Octal276264363263205372110123
Binary101111101011010011110011101101101001011111101010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB4F3; }

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

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

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

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

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

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

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

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