#B0AEC9

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

Shades of Blue Haze #B0AEC9

Tints of Blue Haze #B0AEC9

Color information

#B0AEC9 (or 0xB0AEC9) is unknown color: approx Blue Haze. HEX triplet: B0, AE and C9. RGB value is (176,174,201). Sum of RGB (Red+Green+Blue) = 176+174+201=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 201 - color contains mainly: blue. Hex color #B0AEC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AEC9 is #4F5136. Grayscale: #B1B1B1. Windows color (decimal): -5198135 or 13217456. OLE color: 13217456.

HSL color Cylindrical-coordinate representation of color #B0AEC9: hue angle of 244.44º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0AEC9 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB176174201-
CMYK0.120.1300.21
HSL244.44º20%73.53%-
HSV(B)244.44º13.43%78.82%-
XYZ43.5843.7261.4-
YUV177.68141.16126.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.94%
GREEN value IS 174 (68.36% from 255) = 31.58%
BLUE value IS 201 (78.91% from 255) = 36.48%
R=31.94%
G=31.58%
B=36.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761742010.120.1300.21244.442073.53
HexB0AEC9CD015f4144a
Octal260256311141502536424112
Binary1011000010101110110010011100110101010111110100101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AEC9; }

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

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

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

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

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

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

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

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