#B0A6EF

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

Shades of Melrose #B0A6EF

Tints of Melrose #B0A6EF

Color information

#B0A6EF (or 0xB0A6EF) is unknown color: approx Melrose. HEX triplet: B0, A6 and EF. RGB value is (176,166,239). Sum of RGB (Red+Green+Blue) = 176+166+239=581 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.29% from 581); Green value is 166 (65.23% from 255 or 28.57% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 239 - color contains mainly: blue. Hex color #B0A6EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A6EF is #4F5910. Grayscale: #B1B1B1. Windows color (decimal): -5200145 or 15705776. OLE color: 15705776.

HSL color Cylindrical-coordinate representation of color #B0A6EF: hue angle of 248.22º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0A6EF is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB176166239-
CMYK0.260.3100.06
HSL248.22º69.52%79.41%-
HSV(B)248.22º30.54%93.73%-
XYZ47.1242.7387.43-
YUV177.31162.81127.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.29%
GREEN value IS 166 (65.23% from 255) = 28.57%
BLUE value IS 239 (93.75% from 255) = 41.14%
R=30.29%
G=28.57%
B=41.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1761662390.260.3100.06248.2269.5279.41
HexB0A6EF1A1F06f8464f
Octal260246357323706370106117
Binary101100001010011011101111110101111101101111100010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A6EF; }

 p { color: rgb(176,166,239); }

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

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

 a { background-color: rgb(176,166,239); }

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

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

 span { border-color: rgb(176,166,239); }

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