#B1BFA8

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

Shades of Pumice #B1BFA8

Tints of Pumice #B1BFA8

Color information

#B1BFA8 (or 0xB1BFA8) is unknown color: approx Pumice. HEX triplet: B1, BF and A8. RGB value is (177,191,168). Sum of RGB (Red+Green+Blue) = 177+191+168=536 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.02% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BFA8 is #4E4057. Grayscale: #B8B8B8. Windows color (decimal): -5128280 or 11059121. OLE color: 11059121.

HSL color Cylindrical-coordinate representation of color #B1BFA8: hue angle of 96.52º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1BFA8 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB177191168-
CMYK0.0700.120.25
HSL96.52º15.23%70.39%-
HSV(B)96.52º12.04%74.9%-
XYZ43.8349.4444.28-
YUV184.19118.86122.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.02%
GREEN value IS 191 (75% from 255) = 35.63%
BLUE value IS 168 (66.02% from 255) = 31.34%
R=33.02%
G=35.63%
B=31.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771911680.0700.120.2596.5215.2370.39
HexB1BFA870C1961f46
Octal26127725070143114117106
Binary1011000110111111101010001110110011001110000111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BFA8; }

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

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

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

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

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

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

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

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