#B2AEBD

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

Shades of Blue Haze #B2AEBD

Tints of Blue Haze #B2AEBD

Color information

#B2AEBD (or 0xB2AEBD) is unknown color: approx Blue Haze. HEX triplet: B2, AE and BD. RGB value is (178,174,189). Sum of RGB (Red+Green+Blue) = 178+174+189=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 189 - color contains mainly: blue. Hex color #B2AEBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AEBD is #4D5142. Grayscale: #B0B0B0. Windows color (decimal): -5067075 or 12431026. OLE color: 12431026.

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

Color convert

RGB178174189-
CMYK0.060.0800.26
HSL256º10.2%71.18%-
HSV(B)256º7.94%74.12%-
XYZ42.6843.4154.27-
YUV176.91134.83128.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.90%
GREEN value IS 174 (68.36% from 255) = 32.16%
BLUE value IS 189 (74.22% from 255) = 34.94%
R=32.90%
G=32.16%
B=34.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781741890.060.0800.2625610.271.18
HexB2AEBD6801A100a47
Octal26225627561003240012107
Binary101100101010111010111101110100001101010000000010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AEBD; }

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

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

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

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

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

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

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

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