#B1BBAA

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

Shades of Pumice #B1BBAA

Tints of Pumice #B1BBAA

Color information

#B1BBAA (or 0xB1BBAA) is unknown color: approx Pumice. HEX triplet: B1, BB and AA. RGB value is (177,187,170). Sum of RGB (Red+Green+Blue) = 177+187+170=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 187 - color contains mainly: green. Hex color #B1BBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BBAA is #4E4455. Grayscale: #B6B6B6. Windows color (decimal): -5129302 or 11189169. OLE color: 11189169.

HSL color Cylindrical-coordinate representation of color #B1BBAA: hue angle of 95.29º 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 #B1BBAA is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB177187170-
CMYK0.0500.090.27
HSL95.29º11.11%70%-
HSV(B)95.29º9.09%73.33%-
XYZ43.1647.7944.98-
YUV182.07121.19124.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.15%
GREEN value IS 187 (73.44% from 255) = 35.02%
BLUE value IS 170 (66.80% from 255) = 31.84%
R=33.15%
G=35.02%
B=31.84%

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
Decimal1771871700.0500.090.2795.2911.1170
HexB1BBAA5091B5fb46
Octal26127325250113313713106
Binary1011000110111011101010101010100111011101111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BBAA; }

 p { color: rgb(177,187,170); }

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

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

 a { background-color: rgb(177,187,170); }

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

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

 span { border-color: rgb(177,187,170); }

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