#B3BBAD

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

Shades of Pumice #B3BBAD

Tints of Pumice #B3BBAD

Color information

#B3BBAD (or 0xB3BBAD) is unknown color: approx Pumice. HEX triplet: B3, BB and AD. RGB value is (179,187,173). Sum of RGB (Red+Green+Blue) = 179+187+173=539 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.21% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 187 - color contains mainly: green. Hex color #B3BBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BBAD is #4C4452. Grayscale: #B7B7B7. Windows color (decimal): -4998227 or 11385779. OLE color: 11385779.

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

Color convert

RGB179187173-
CMYK0.0400.070.27
HSL94.29º9.33%70.59%-
HSV(B)94.29º7.49%73.33%-
XYZ43.948.1446.51-
YUV183.01122.35125.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.21%
GREEN value IS 187 (73.44% from 255) = 34.69%
BLUE value IS 173 (67.97% from 255) = 32.10%
R=33.21%
G=34.69%
B=32.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791871730.0400.070.2794.299.3370.59
HexB3BBAD4071B5e947
Octal2632732554073313611107
Binary101100111011101110101101100011111011101111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BBAD; }

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

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

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

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

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

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

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

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