#B1AFBD

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

Shades of Blue Haze #B1AFBD

Tints of Blue Haze #B1AFBD

Color information

#B1AFBD (or 0xB1AFBD) is unknown color: approx Blue Haze. HEX triplet: B1, AF and BD. RGB value is (177,175,189). Sum of RGB (Red+Green+Blue) = 177+175+189=541 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.72% from 541); Green value is 175 (68.75% from 255 or 32.35% 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 #B1AFBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AFBD is #4E5042. Grayscale: #B1B1B1. Windows color (decimal): -5132355 or 12431281. OLE color: 12431281.

HSL color Cylindrical-coordinate representation of color #B1AFBD: hue angle of 248.57º degrees, saturation: 0.1, 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 #B1AFBD is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB177175189-
CMYK0.060.0700.26
HSL248.57º9.59%71.37%-
HSV(B)248.57º7.41%74.12%-
XYZ42.6543.6854.33-
YUV177.19134.66127.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.72%
GREEN value IS 175 (68.75% from 255) = 32.35%
BLUE value IS 189 (74.22% from 255) = 34.94%
R=32.72%
G=32.35%
B=34.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771751890.060.0700.26248.579.5971.37
HexB1AFBD6701Af9a47
Octal2612572756703237112107
Binary1011000110101111101111011101110110101111100110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AFBD; }

 p { color: rgb(177,175,189); }

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

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

 a { background-color: rgb(177,175,189); }

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

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

 span { border-color: rgb(177,175,189); }

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