#B1BEA8

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

Shades of Pumice #B1BEA8

Tints of Pumice #B1BEA8

Color information

#B1BEA8 (or 0xB1BEA8) is unknown color: approx Pumice. HEX triplet: B1, BE and A8. RGB value is (177,190,168). Sum of RGB (Red+Green+Blue) = 177+190+168=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BEA8 is #4E4157. Grayscale: #B7B7B7. Windows color (decimal): -5128536 or 11058865. OLE color: 11058865.

HSL color Cylindrical-coordinate representation of color #B1BEA8: hue angle of 95.45º degrees, saturation: 0.14, 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 #B1BEA8 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB177190168-
CMYK0.0700.120.25
HSL95.45º14.47%70.2%-
HSV(B)95.45º11.58%74.51%-
XYZ43.614944.21-
YUV183.6119.19123.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.08%
GREEN value IS 190 (74.61% from 255) = 35.51%
BLUE value IS 168 (66.02% from 255) = 31.40%
R=33.08%
G=35.51%
B=31.40%

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
Decimal1771901680.0700.120.2595.4514.4770.2
HexB1BEA870C195fe46
Octal26127625070143113716106
Binary1011000110111110101010001110110011001101111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BEA8; }

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

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

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

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

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

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

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

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