#B9B1EC

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

Shades of Melrose #B9B1EC

Tints of Melrose #B9B1EC

Color information

#B9B1EC (or 0xB9B1EC) is unknown color: approx Melrose. HEX triplet: B9, B1 and EC. RGB value is (185,177,236). Sum of RGB (Red+Green+Blue) = 185+177+236=598 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.94% from 598); Green value is 177 (69.53% from 255 or 29.60% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #B9B1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9B1EC is #464E13. Grayscale: #B9B9B9. Windows color (decimal): -4607508 or 15511993. OLE color: 15511993.

HSL color Cylindrical-coordinate representation of color #B9B1EC: hue angle of 248.14º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9B1EC is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185177236-
CMYK0.220.2500.07
HSL248.14º60.82%80.98%-
HSV(B)248.14º25%92.55%-
XYZ50.8747.8185.9-
YUV186.12156.15127.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.94%
GREEN value IS 177 (69.53% from 255) = 29.60%
BLUE value IS 236 (92.58% from 255) = 39.46%
R=30.94%
G=29.60%
B=39.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851772360.220.2500.07248.1460.8280.98
HexB9B1EC161907f83d51
Octal27126135426310737075121
Binary10111001101100011110110010110110010111111110001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B1EC; }

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

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

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

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

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

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

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

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