#B2BBAC

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

Shades of Pumice #B2BBAC

Tints of Pumice #B2BBAC

Color information

#B2BBAC (or 0xB2BBAC) is unknown color: approx Pumice. HEX triplet: B2, BB and AC. RGB value is (178,187,172). Sum of RGB (Red+Green+Blue) = 178+187+172=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BBAC is #4D4453. Grayscale: #B6B6B6. Windows color (decimal): -5063764 or 11320242. OLE color: 11320242.

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

Color convert

RGB178187172-
CMYK0.0500.080.27
HSL96º9.93%70.39%-
HSV(B)96º8.02%73.33%-
XYZ43.5847.9845.99-
YUV182.6122.02124.72-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.15%
GREEN value IS 187 (73.44% from 255) = 34.82%
BLUE value IS 172 (67.58% from 255) = 32.03%
R=33.15%
G=34.82%
B=32.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781871720.0500.080.27969.9370.39
HexB2BBAC5081B60a46
Octal26227325450103314012106
Binary1011001010111011101011001010100011011110000010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BBAC; }

 p { color: rgb(178,187,172); }

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

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

 a { background-color: rgb(178,187,172); }

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

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

 span { border-color: rgb(178,187,172); }

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