#B1BAAC

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

Shades of Pumice #B1BAAC

Tints of Pumice #B1BAAC

Color information

#B1BAAC (or 0xB1BAAC) is unknown color: approx Pumice. HEX triplet: B1, BA and AC. RGB value is (177,186,172). Sum of RGB (Red+Green+Blue) = 177+186+172=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BAAC is #4E4553. Grayscale: #B5B5B5. Windows color (decimal): -5129556 or 11319985. OLE color: 11319985.

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

Color convert

RGB177186172-
CMYK0.0500.080.27
HSL98.57º9.21%70.2%-
HSV(B)98.57º7.53%72.94%-
XYZ43.1447.4445.91-
YUV181.71122.52124.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.08%
GREEN value IS 186 (73.05% from 255) = 34.77%
BLUE value IS 172 (67.58% from 255) = 32.15%
R=33.08%
G=34.77%
B=32.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771861720.0500.080.2798.579.2170.2
HexB1BAAC5081B63946
Octal26127225450103314311106
Binary1011000110111010101011001010100011011110001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BAAC; }

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

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

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

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

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

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

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

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