#B1BEA9

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

Shades of Pumice #B1BEA9

Tints of Pumice #B1BEA9

Color information

#B1BEA9 (or 0xB1BEA9) is unknown color: approx Pumice. HEX triplet: B1, BE and A9. RGB value is (177,190,169). Sum of RGB (Red+Green+Blue) = 177+190+169=536 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.02% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 169 (66.41% from 255 or 31.53% from 536); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BEA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BEA9 is #4E4156. Grayscale: #B7B7B7. Windows color (decimal): -5128535 or 11124401. OLE color: 11124401.

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

Color convert

RGB177190169-
CMYK0.0700.110.25
HSL97.14º13.91%70.39%-
HSV(B)97.14º11.05%74.51%-
XYZ43.7149.0444.7-
YUV183.72119.69123.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.02%
GREEN value IS 190 (74.61% from 255) = 35.45%
BLUE value IS 169 (66.41% from 255) = 31.53%
R=33.02%
G=35.45%
B=31.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771901690.0700.110.2597.1413.9170.39
HexB1BEA970B1961e46
Octal26127625170133114116106
Binary1011000110111110101010011110101111001110000111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BEA9; }

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

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

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

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

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

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

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

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