#B2BBAD

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

Shades of Pumice #B2BBAD

Tints of Pumice #B2BBAD

Color information

#B2BBAD (or 0xB2BBAD) is unknown color: approx Pumice. HEX triplet: B2, BB and AD. RGB value is (178,187,173). Sum of RGB (Red+Green+Blue) = 178+187+173=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BBAD is #4D4452. Grayscale: #B6B6B6. Windows color (decimal): -5063763 or 11385778. OLE color: 11385778.

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

Color convert

RGB178187173-
CMYK0.0500.070.27
HSL98.57º9.33%70.59%-
HSV(B)98.57º7.49%73.33%-
XYZ43.6748.0246.5-
YUV182.71122.52124.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.09%
GREEN value IS 187 (73.44% from 255) = 34.76%
BLUE value IS 173 (67.97% from 255) = 32.16%
R=33.09%
G=34.76%
B=32.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781871730.0500.070.2798.579.3370.59
HexB2BBAD5071B63947
Octal2622732555073314311107
Binary101100101011101110101101101011111011110001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BBAD; }

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

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

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

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

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

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

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

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