#B2AEBF

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

Shades of Blue Haze #B2AEBF

Tints of Blue Haze #B2AEBF

Color information

#B2AEBF (or 0xB2AEBF) is unknown color: approx Blue Haze. HEX triplet: B2, AE and BF. RGB value is (178,174,191). Sum of RGB (Red+Green+Blue) = 178+174+191=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 191 - color contains mainly: blue. Hex color #B2AEBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AEBF is #4D5140. Grayscale: #B1B1B1. Windows color (decimal): -5067073 or 12562098. OLE color: 12562098.

HSL color Cylindrical-coordinate representation of color #B2AEBF: hue angle of 254.12º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2AEBF is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB178174191-
CMYK0.070.0900.25
HSL254.12º11.72%71.57%-
HSV(B)254.12º8.9%74.9%-
XYZ42.943.555.43-
YUV177.13135.83128.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.78%
GREEN value IS 174 (68.36% from 255) = 32.04%
BLUE value IS 191 (75% from 255) = 35.17%
R=32.78%
G=32.04%
B=35.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781741910.070.0900.25254.1211.7271.57
HexB2AEBF79019fec48
Octal26225627771103137614110
Binary10110010101011101011111111110010110011111111011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AEBF; }

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

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

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

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

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

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

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

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