#B1B9AC

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

Shades of Pumice #B1B9AC

Tints of Pumice #B1B9AC

Color information

#B1B9AC (or 0xB1B9AC) is unknown color: approx Pumice. HEX triplet: B1, B9 and AC. RGB value is (177,185,172). Sum of RGB (Red+Green+Blue) = 177+185+172=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 185 (72.66% from 255 or 34.64% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 185 - color contains mainly: green. Hex color #B1B9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B9AC is #4E4653. Grayscale: #B5B5B5. Windows color (decimal): -5129812 or 11319729. OLE color: 11319729.

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

Color convert

RGB177185172-
CMYK0.0400.070.27
HSL96.92º8.5%70%-
HSV(B)96.92º7.03%72.55%-
XYZ42.9347.0245.84-
YUV181.13122.85125.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.15%
GREEN value IS 185 (72.66% from 255) = 34.64%
BLUE value IS 172 (67.58% from 255) = 32.21%
R=33.15%
G=34.64%
B=32.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771851720.0400.070.2796.928.570
HexB1B9AC4071B61846
Octal2612712544073314110106
Binary101100011011100110101100100011111011110000110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B9AC; }

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

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

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

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

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

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

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

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