#B0A6EB

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

Shades of Melrose #B0A6EB

Tints of Melrose #B0A6EB

Color information

#B0A6EB (or 0xB0A6EB) is unknown color: approx Melrose. HEX triplet: B0, A6 and EB. RGB value is (176,166,235). Sum of RGB (Red+Green+Blue) = 176+166+235=577 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.50% from 577); Green value is 166 (65.23% from 255 or 28.77% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 235 - color contains mainly: blue. Hex color #B0A6EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A6EB is #4F5914. Grayscale: #B0B0B0. Windows color (decimal): -5200149 or 15443632. OLE color: 15443632.

HSL color Cylindrical-coordinate representation of color #B0A6EB: hue angle of 248.7º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0A6EB is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB176166235-
CMYK0.250.2900.08
HSL248.7º63.3%78.63%-
HSV(B)248.7º29.36%92.16%-
XYZ46.5442.584.35-
YUV176.86160.81127.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.50%
GREEN value IS 166 (65.23% from 255) = 28.77%
BLUE value IS 235 (92.19% from 255) = 40.73%
R=30.50%
G=28.77%
B=40.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1761662350.250.2900.08248.763.378.63
HexB0A6EB191D08f93f4f
Octal260246353313501037177117
Binary101100001010011011101011110011110101000111110011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A6EB; }

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

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

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

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

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

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

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

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