#B3BBAC

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

Shades of Pumice #B3BBAC

Tints of Pumice #B3BBAC

Color information

#B3BBAC (or 0xB3BBAC) is unknown color: approx Pumice. HEX triplet: B3, BB and AC. RGB value is (179,187,172). Sum of RGB (Red+Green+Blue) = 179+187+172=538 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.27% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 187 - color contains mainly: green. Hex color #B3BBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BBAC is #4C4453. Grayscale: #B6B6B6. Windows color (decimal): -4998228 or 11320243. OLE color: 11320243.

HSL color Cylindrical-coordinate representation of color #B3BBAC: hue angle of 92º 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 #B3BBAC is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB179187172-
CMYK0.0400.080.27
HSL92º9.93%70.39%-
HSV(B)92º8.02%73.33%-
XYZ43.8148.146.01-
YUV182.9121.85125.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.27%
GREEN value IS 187 (73.44% from 255) = 34.76%
BLUE value IS 172 (67.58% from 255) = 31.97%
R=33.27%
G=34.76%
B=31.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791871720.0400.080.27929.9370.39
HexB3BBAC4081B5ca46
Octal26327325440103313412106
Binary1011001110111011101011001000100011011101110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BBAC; }

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

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

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

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

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

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

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

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