#B1A6EC

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

Shades of Melrose #B1A6EC

Tints of Melrose #B1A6EC

Color information

#B1A6EC (or 0xB1A6EC) is unknown color: approx Melrose. HEX triplet: B1, A6 and EC. RGB value is (177,166,236). Sum of RGB (Red+Green+Blue) = 177+166+236=579 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.57% from 579); Green value is 166 (65.23% from 255 or 28.67% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #B1A6EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A6EC is #4E5913. Grayscale: #B1B1B1. Windows color (decimal): -5134612 or 15509169. OLE color: 15509169.

HSL color Cylindrical-coordinate representation of color #B1A6EC: hue angle of 249.43º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1A6EC is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB177166236-
CMYK0.250.3000.07
HSL249.43º64.81%78.82%-
HSV(B)249.43º29.66%92.55%-
XYZ46.9142.6885.12-
YUV177.27161.14127.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.57%
GREEN value IS 166 (65.23% from 255) = 28.67%
BLUE value IS 236 (92.58% from 255) = 40.76%
R=30.57%
G=28.67%
B=40.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1771662360.250.3000.07249.4364.8178.82
HexB1A6EC191E07f9414f
Octal261246354313607371101117
Binary101100011010011011101100110011111001111111100110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A6EC; }

 p { color: rgb(177,166,236); }

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

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

 a { background-color: rgb(177,166,236); }

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

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

 span { border-color: rgb(177,166,236); }

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