#B2AECE

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

Shades of Blue Haze #B2AECE

Tints of Blue Haze #B2AECE

Color information

#B2AECE (or 0xB2AECE) is unknown color: approx Blue Haze. HEX triplet: B2, AE and CE. RGB value is (178,174,206). Sum of RGB (Red+Green+Blue) = 178+174+206=558 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.90% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 206 - color contains mainly: blue. Hex color #B2AECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AECE is #4D5131. Grayscale: #B2B2B2. Windows color (decimal): -5067058 or 13545138. OLE color: 13545138.

HSL color Cylindrical-coordinate representation of color #B2AECE: hue angle of 247.5º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2AECE is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB178174206-
CMYK0.140.1600.19
HSL247.5º24.62%74.51%-
HSV(B)247.5º15.53%80.78%-
XYZ44.6444.1964.57-
YUV178.84143.33127.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.90%
GREEN value IS 174 (68.36% from 255) = 31.18%
BLUE value IS 206 (80.86% from 255) = 36.92%
R=31.90%
G=31.18%
B=36.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1781742060.140.1600.19247.524.6274.51
HexB2AECEE10013f8194b
Octal262256316162002337031113
Binary10110010101011101100111011101000001001111111000110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AECE; }

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

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

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

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

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

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

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

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