#B1AEBF

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

Shades of Blue Haze #B1AEBF

Tints of Blue Haze #B1AEBF

Color information

#B1AEBF (or 0xB1AEBF) is unknown color: approx Blue Haze. HEX triplet: B1, AE and BF. RGB value is (177,174,191). Sum of RGB (Red+Green+Blue) = 177+174+191=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 191 - color contains mainly: blue. Hex color #B1AEBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AEBF is #4E5140. Grayscale: #B0B0B0. Windows color (decimal): -5132609 or 12562097. OLE color: 12562097.

HSL color Cylindrical-coordinate representation of color #B1AEBF: hue angle of 250.59º 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 #B1AEBF is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB177174191-
CMYK0.070.0900.25
HSL250.59º11.72%71.57%-
HSV(B)250.59º8.9%74.9%-
XYZ42.6743.3855.41-
YUV176.83135.99128.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.66%
GREEN value IS 174 (68.36% from 255) = 32.10%
BLUE value IS 191 (75% from 255) = 35.24%
R=32.66%
G=32.10%
B=35.24%

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
Decimal1771741910.070.0900.25250.5911.7271.57
HexB1AEBF79019fbc48
Octal26125627771103137314110
Binary10110001101011101011111111110010110011111101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AEBF; }

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

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

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

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

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

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

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

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