#BEB4F6

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

Shades of Melrose #BEB4F6

Tints of Melrose #BEB4F6

Color information

#BEB4F6 (or 0xBEB4F6) is unknown color: approx Melrose. HEX triplet: BE, B4 and F6. RGB value is (190,180,246). Sum of RGB (Red+Green+Blue) = 190+180+246=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 180 (70.70% from 255 or 29.22% from 616); Blue value is 246 (96.48% from 255 or 39.94% from 616); Max value from RGB is 246 - color contains mainly: blue. Hex color #BEB4F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB4F6 is #414B09. Grayscale: #BEBEBE. Windows color (decimal): -4279050 or 16168126. OLE color: 16168126.

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

Color convert

RGB190180246-
CMYK0.230.2700.04
HSL249.09º78.57%83.53%-
HSV(B)249.09º26.83%96.47%-
XYZ54.1950.2494.03-
YUV190.51159.31127.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.84%
GREEN value IS 180 (70.70% from 255) = 29.22%
BLUE value IS 246 (96.48% from 255) = 39.94%
R=30.84%
G=29.22%
B=39.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1901802460.230.2700.04249.0978.5783.53
HexBEB4F6171B04f94f54
Octal276264366273304371117124
Binary101111101011010011110110101111101101001111100110011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB4F6; }

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

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

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

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

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

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

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

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