#B1AFBA

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

Shades of Blue Haze #B1AFBA

Tints of Blue Haze #B1AFBA

Color information

#B1AFBA (or 0xB1AFBA) is unknown color: approx Blue Haze. HEX triplet: B1, AF and BA. RGB value is (177,175,186). Sum of RGB (Red+Green+Blue) = 177+175+186=538 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.90% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 186 - color contains mainly: blue. Hex color #B1AFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AFBA is #4E5045. Grayscale: #B0B0B0. Windows color (decimal): -5132358 or 12234673. OLE color: 12234673.

HSL color Cylindrical-coordinate representation of color #B1AFBA: hue angle of 250.91º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B1AFBA is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177175186-
CMYK0.050.0600.27
HSL250.91º7.38%70.78%-
HSV(B)250.91º5.91%72.94%-
XYZ42.3243.5552.63-
YUV176.85133.16128.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.90%
GREEN value IS 175 (68.75% from 255) = 32.53%
BLUE value IS 186 (73.05% from 255) = 34.57%
R=32.90%
G=32.53%
B=34.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771751860.050.0600.27250.917.3870.78
HexB1AFBA5601Bfb747
Octal261257272560333737107
Binary101100011010111110111010101110011011111110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AFBA; }

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

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

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

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

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

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

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

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