#B1ACBF

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

Shades of Blue Haze #B1ACBF

Tints of Blue Haze #B1ACBF

Color information

#B1ACBF (or 0xB1ACBF) is unknown color: approx Blue Haze. HEX triplet: B1, AC and BF. RGB value is (177,172,191). Sum of RGB (Red+Green+Blue) = 177+172+191=540 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.78% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 191 - color contains mainly: blue. Hex color #B1ACBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ACBF is #4E5340. Grayscale: #AFAFAF. Windows color (decimal): -5133121 or 12561585. OLE color: 12561585.

HSL color Cylindrical-coordinate representation of color #B1ACBF: hue angle of 255.79º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1ACBF is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB177172191-
CMYK0.070.1000.25
HSL255.79º12.93%71.18%-
HSV(B)255.79º9.95%74.9%-
XYZ42.2942.6155.29-
YUV175.66136.66128.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.78%
GREEN value IS 172 (67.58% from 255) = 31.85%
BLUE value IS 191 (75% from 255) = 35.37%
R=32.78%
G=31.85%
B=35.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771721910.070.1000.25255.7912.9371.18
HexB1ACBF7A019100d47
Octal26125427771203140015107
Binary101100011010110010111111111101001100110000000011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ACBF; }

 p { color: rgb(177,172,191); }

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

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

 a { background-color: rgb(177,172,191); }

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

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

 span { border-color: rgb(177,172,191); }

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