#B1A3F6

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

Shades of Melrose #B1A3F6

Tints of Melrose #B1A3F6

Color information

#B1A3F6 (or 0xB1A3F6) is unknown color: approx Melrose. HEX triplet: B1, A3 and F6. RGB value is (177,163,246). Sum of RGB (Red+Green+Blue) = 177+163+246=586 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.20% from 586); Green value is 163 (64.06% from 255 or 27.82% from 586); Blue value is 246 (96.48% from 255 or 41.98% from 586); Max value from RGB is 246 - color contains mainly: blue. Hex color #B1A3F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A3F6 is #4E5C09. Grayscale: #B0B0B0. Windows color (decimal): -5135370 or 16163761. OLE color: 16163761.

HSL color Cylindrical-coordinate representation of color #B1A3F6: hue angle of 250.12º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B1A3F6 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB177163246-
CMYK0.280.3400.04
HSL250.12º82.18%80.2%-
HSV(B)250.12º33.74%96.47%-
XYZ47.8642.292.81-
YUV176.65167.14128.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.20%
GREEN value IS 163 (64.06% from 255) = 27.82%
BLUE value IS 246 (96.48% from 255) = 41.98%
R=30.20%
G=27.82%
B=41.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1771632460.280.3400.04250.1282.1880.2
HexB1A3F61C2204fa5250
Octal261243366344204372122120
Binary1011000110100011111101101110010001001001111101010100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A3F6; }

 p { color: rgb(177,163,246); }

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

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

 a { background-color: rgb(177,163,246); }

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

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

 span { border-color: rgb(177,163,246); }

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