#B1BEA6

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

Shades of Pumice #B1BEA6

Tints of Pumice #B1BEA6

Color information

#B1BEA6 (or 0xB1BEA6) is unknown color: approx Pumice. HEX triplet: B1, BE and A6. RGB value is (177,190,166). Sum of RGB (Red+Green+Blue) = 177+190+166=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BEA6 is #4E4159. Grayscale: #B7B7B7. Windows color (decimal): -5128538 or 10927793. OLE color: 10927793.

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

Color convert

RGB177190166-
CMYK0.0700.130.25
HSL92.5º15.58%69.8%-
HSV(B)92.5º12.63%74.51%-
XYZ43.4348.9343.23-
YUV183.38118.19123.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.21%
GREEN value IS 190 (74.61% from 255) = 35.65%
BLUE value IS 166 (65.23% from 255) = 31.14%
R=33.21%
G=35.65%
B=31.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771901660.0700.130.2592.515.5869.8
HexB1BEA670D195c1046
Octal26127624670153113420106
Binary10110001101111101010011011101101110011011100100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BEA6; }

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

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

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

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

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

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

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

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