#B1BBA8

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

Shades of Pumice #B1BBA8

Tints of Pumice #B1BBA8

Color information

#B1BBA8 (or 0xB1BBA8) is unknown color: approx Pumice. HEX triplet: B1, BB and A8. RGB value is (177,187,168). Sum of RGB (Red+Green+Blue) = 177+187+168=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 187 - color contains mainly: green. Hex color #B1BBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BBA8 is #4E4457. Grayscale: #B5B5B5. Windows color (decimal): -5129304 or 11058097. OLE color: 11058097.

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

Color convert

RGB177187168-
CMYK0.0500.100.27
HSL91.58º12.26%69.61%-
HSV(B)91.58º10.16%73.33%-
XYZ42.9747.7143.99-
YUV181.84120.19124.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.27%
GREEN value IS 187 (73.44% from 255) = 35.15%
BLUE value IS 168 (66.02% from 255) = 31.58%
R=33.27%
G=35.15%
B=31.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771871680.0500.100.2791.5812.2669.61
HexB1BBA850A1B5cc46
Octal26127325050123313414106
Binary1011000110111011101010001010101011011101110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BBA8; }

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

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

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

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

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

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

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

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