#B1AACB

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

Shades of Blue Haze #B1AACB

Tints of Blue Haze #B1AACB

Color information

#B1AACB (or 0xB1AACB) is unknown color: approx Blue Haze. HEX triplet: B1, AA and CB. RGB value is (177,170,203). Sum of RGB (Red+Green+Blue) = 177+170+203=550 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.18% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 203 - color contains mainly: blue. Hex color #B1AACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AACB is #4E5534. Grayscale: #AFAFAF. Windows color (decimal): -5133621 or 13347505. OLE color: 13347505.

HSL color Cylindrical-coordinate representation of color #B1AACB: hue angle of 252.73º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B1AACB is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB177170203-
CMYK0.130.1600.20
HSL252.73º24.09%73.14%-
HSV(B)252.73º16.26%79.61%-
XYZ43.2942.4162.4-
YUV175.86143.32128.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.18%
GREEN value IS 170 (66.80% from 255) = 30.91%
BLUE value IS 203 (79.69% from 255) = 36.91%
R=32.18%
G=30.91%
B=36.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771702030.130.1600.20252.7324.0973.14
HexB1AACBD10014fd1849
Octal261252313152002437530111
Binary10110001101010101100101111011000001010011111101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AACB; }

 p { color: rgb(177,170,203); }

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

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

 a { background-color: rgb(177,170,203); }

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

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

 span { border-color: rgb(177,170,203); }

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