#B1BAA9

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

Shades of Pumice #B1BAA9

Tints of Pumice #B1BAA9

Color information

#B1BAA9 (or 0xB1BAA9) is unknown color: approx Pumice. HEX triplet: B1, BA and A9. RGB value is (177,186,169). Sum of RGB (Red+Green+Blue) = 177+186+169=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 169 (66.41% from 255 or 31.77% from 532); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BAA9 is #4E4556. Grayscale: #B5B5B5. Windows color (decimal): -5129559 or 11123377. OLE color: 11123377.

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

Color convert

RGB177186169-
CMYK0.0500.090.27
HSL91.76º10.97%69.61%-
HSV(B)91.76º9.14%72.94%-
XYZ42.8547.3344.41-
YUV181.37121.02124.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.27%
GREEN value IS 186 (73.05% from 255) = 34.96%
BLUE value IS 169 (66.41% from 255) = 31.77%
R=33.27%
G=34.96%
B=31.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771861690.0500.090.2791.7610.9769.61
HexB1BAA95091B5cb46
Octal26127225150113313413106
Binary1011000110111010101010011010100111011101110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BAA9; }

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

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

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

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

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

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

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

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