#B2AEBC

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

Shades of Blue Haze #B2AEBC

Tints of Blue Haze #B2AEBC

Color information

#B2AEBC (or 0xB2AEBC) is unknown color: approx Blue Haze. HEX triplet: B2, AE and BC. RGB value is (178,174,188). Sum of RGB (Red+Green+Blue) = 178+174+188=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 188 - color contains mainly: blue. Hex color #B2AEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AEBC is #4D5143. Grayscale: #B0B0B0. Windows color (decimal): -5067076 or 12365490. OLE color: 12365490.

HSL color Cylindrical-coordinate representation of color #B2AEBC: hue angle of 257.14º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B2AEBC is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB178174188-
CMYK0.050.0700.26
HSL257.14º9.46%70.98%-
HSV(B)257.14º7.45%73.73%-
XYZ42.5743.3753.7-
YUV176.79134.33128.86-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.96%
GREEN value IS 174 (68.36% from 255) = 32.22%
BLUE value IS 188 (73.83% from 255) = 34.81%
R=32.96%
G=32.22%
B=34.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781741880.050.0700.26257.149.4670.98
HexB2AEBC5701A101947
Octal2622562745703240111107
Binary10110010101011101011110010111101101010000000110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AEBC; }

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

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

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

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

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

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

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

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