#B1AFC6

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

Shades of Blue Haze #B1AFC6

Tints of Blue Haze #B1AFC6

Color information

#B1AFC6 (or 0xB1AFC6) is unknown color: approx Blue Haze. HEX triplet: B1, AF and C6. RGB value is (177,175,198). Sum of RGB (Red+Green+Blue) = 177+175+198=550 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.18% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 198 (77.73% from 255 or 36% from 550); Max value from RGB is 198 - color contains mainly: blue. Hex color #B1AFC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AFC6 is #4E5039. Grayscale: #B2B2B2. Windows color (decimal): -5132346 or 13021105. OLE color: 13021105.

HSL color Cylindrical-coordinate representation of color #B1AFC6: hue angle of 245.22º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1AFC6 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB177175198-
CMYK0.110.1200.22
HSL245.22º16.79%73.14%-
HSV(B)245.22º11.62%77.65%-
XYZ43.6544.0859.63-
YUV178.22139.16127.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.18%
GREEN value IS 175 (68.75% from 255) = 31.82%
BLUE value IS 198 (77.73% from 255) = 36%
R=32.18%
G=31.82%
B=36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1771751980.110.1200.22245.2216.7973.14
HexB1AFC6BC016f51149
Octal261257306131402636521111
Binary1011000110101111110001101011110001011011110101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AFC6; }

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

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

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

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

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

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

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

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