#B1AFBB

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

Shades of Blue Haze #B1AFBB

Tints of Blue Haze #B1AFBB

Color information

#B1AFBB (or 0xB1AFBB) is unknown color: approx Blue Haze. HEX triplet: B1, AF and BB. RGB value is (177,175,187). Sum of RGB (Red+Green+Blue) = 177+175+187=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 187 - color contains mainly: blue. Hex color #B1AFBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AFBB is #4E5044. Grayscale: #B0B0B0. Windows color (decimal): -5132357 or 12300209. OLE color: 12300209.

HSL color Cylindrical-coordinate representation of color #B1AFBB: hue angle of 250º degrees, saturation: 0.08, 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 #B1AFBB is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177175187-
CMYK0.050.0600.27
HSL250º8.11%70.98%-
HSV(B)250º6.42%73.33%-
XYZ42.4343.5953.19-
YUV176.97133.66128.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.84%
GREEN value IS 175 (68.75% from 255) = 32.47%
BLUE value IS 187 (73.44% from 255) = 34.69%
R=32.84%
G=32.47%
B=34.69%

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
Decimal1771751870.050.0600.272508.1170.98
HexB1AFBB5601Bfa847
Octal2612572735603337210107
Binary1011000110101111101110111011100110111111101010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AFBB; }

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

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

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

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

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

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

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

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