#B1ACBE

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

Shades of Blue Haze #B1ACBE

Tints of Blue Haze #B1ACBE

Color information

#B1ACBE (or 0xB1ACBE) is unknown color: approx Blue Haze. HEX triplet: B1, AC and BE. RGB value is (177,172,190). Sum of RGB (Red+Green+Blue) = 177+172+190=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 190 - color contains mainly: blue. Hex color #B1ACBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ACBE is #4E5341. Grayscale: #AFAFAF. Windows color (decimal): -5133122 or 12496049. OLE color: 12496049.

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

Color convert

RGB177172190-
CMYK0.070.0900.25
HSL256.67º12.16%70.98%-
HSV(B)256.67º9.47%74.51%-
XYZ42.1842.5754.71-
YUV175.55136.16129.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.84%
GREEN value IS 172 (67.58% from 255) = 31.91%
BLUE value IS 190 (74.61% from 255) = 35.25%
R=32.84%
G=31.91%
B=35.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771721900.070.0900.25256.6712.1670.98
HexB1ACBE79019101c47
Octal26125427671103140114107
Binary101100011010110010111110111100101100110000000111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ACBE; }

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

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

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

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

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

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

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

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