#B2AEC9

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

Shades of Blue Haze #B2AEC9

Tints of Blue Haze #B2AEC9

Color information

#B2AEC9 (or 0xB2AEC9) is unknown color: approx Blue Haze. HEX triplet: B2, AE and C9. RGB value is (178,174,201). Sum of RGB (Red+Green+Blue) = 178+174+201=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 201 (78.91% from 255 or 36.35% from 553); Max value from RGB is 201 - color contains mainly: blue. Hex color #B2AEC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AEC9 is #4D5136. Grayscale: #B2B2B2. Windows color (decimal): -5067063 or 13217458. OLE color: 13217458.

HSL color Cylindrical-coordinate representation of color #B2AEC9: hue angle of 248.89º 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 #B2AEC9 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB178174201-
CMYK0.110.1300.21
HSL248.89º20%73.53%-
HSV(B)248.89º13.43%78.82%-
XYZ44.0443.9561.42-
YUV178.27140.83127.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.19%
GREEN value IS 174 (68.36% from 255) = 31.46%
BLUE value IS 201 (78.91% from 255) = 36.35%
R=32.19%
G=31.46%
B=36.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1781742010.110.1300.21248.892073.53
HexB2AEC9BD015f9144a
Octal262256311131502537124112
Binary1011001010101110110010011011110101010111111001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AEC9; }

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

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

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

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

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

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

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

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