#B9B0EC

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

Shades of Melrose #B9B0EC

Tints of Melrose #B9B0EC

Color information

#B9B0EC (or 0xB9B0EC) is unknown color: approx Melrose. HEX triplet: B9, B0 and EC. RGB value is (185,176,236). Sum of RGB (Red+Green+Blue) = 185+176+236=597 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.99% from 597); Green value is 176 (69.14% from 255 or 29.48% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: blue. Hex color #B9B0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9B0EC is #464F13. Grayscale: #B9B9B9. Windows color (decimal): -4607764 or 15511737. OLE color: 15511737.

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

Color convert

RGB185176236-
CMYK0.220.2500.07
HSL249º61.22%80.78%-
HSV(B)249º25.42%92.55%-
XYZ50.6747.4285.84-
YUV185.53156.48127.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.99%
GREEN value IS 176 (69.14% from 255) = 29.48%
BLUE value IS 236 (92.58% from 255) = 39.53%
R=30.99%
G=29.48%
B=39.53%

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
Decimal1851762360.220.2500.0724961.2280.78
HexB9B0EC161907f93d51
Octal27126035426310737175121
Binary10111001101100001110110010110110010111111110011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B0EC; }

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

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

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

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

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

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

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

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