#B0AEC4

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

Shades of Blue Haze #B0AEC4

Tints of Blue Haze #B0AEC4

Color information

#B0AEC4 (or 0xB0AEC4) is unknown color: approx Blue Haze. HEX triplet: B0, AE and C4. RGB value is (176,174,196). Sum of RGB (Red+Green+Blue) = 176+174+196=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 196 (76.95% from 255 or 35.90% from 546); Max value from RGB is 196 - color contains mainly: blue. Hex color #B0AEC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AEC4 is #4F513B. Grayscale: #B1B1B1. Windows color (decimal): -5198140 or 12889776. OLE color: 12889776.

HSL color Cylindrical-coordinate representation of color #B0AEC4: hue angle of 245.45º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0AEC4 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB176174196-
CMYK0.100.1100.23
HSL245.45º15.71%72.55%-
HSV(B)245.45º11.22%76.86%-
XYZ4343.4958.35-
YUV177.11138.66127.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.23%
GREEN value IS 174 (68.36% from 255) = 31.87%
BLUE value IS 196 (76.95% from 255) = 35.90%
R=32.23%
G=31.87%
B=35.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761741960.100.1100.23245.4515.7172.55
HexB0AEC4AB017f51049
Octal260256304121302736520111
Binary1011000010101110110001001010101101011111110101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AEC4; }

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

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

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

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

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

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

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

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