#B0AEC6

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

Shades of Blue Haze #B0AEC6

Tints of Blue Haze #B0AEC6

Color information

#B0AEC6 (or 0xB0AEC6) is unknown color: approx Blue Haze. HEX triplet: B0, AE and C6. RGB value is (176,174,198). Sum of RGB (Red+Green+Blue) = 176+174+198=548 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.12% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 198 - color contains mainly: blue. Hex color #B0AEC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AEC6 is #4F5139. Grayscale: #B1B1B1. Windows color (decimal): -5198138 or 13020848. OLE color: 13020848.

HSL color Cylindrical-coordinate representation of color #B0AEC6: hue angle of 245º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0AEC6 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB176174198-
CMYK0.110.1200.22
HSL245º17.39%72.94%-
HSV(B)245º12.12%77.65%-
XYZ43.2343.5859.56-
YUV177.33139.66127.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.12%
GREEN value IS 174 (68.36% from 255) = 31.75%
BLUE value IS 198 (77.73% from 255) = 36.13%
R=32.12%
G=31.75%
B=36.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1761741980.110.1200.2224517.3972.94
HexB0AEC6BC016f51149
Octal260256306131402636521111
Binary1011000010101110110001101011110001011011110101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AEC6; }

 p { color: rgb(176,174,198); }

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

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

 a { background-color: rgb(176,174,198); }

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

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

 span { border-color: rgb(176,174,198); }

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