#B4BBAF

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

Shades of Pumice #B4BBAF

Tints of Pumice #B4BBAF

Color information

#B4BBAF (or 0xB4BBAF) is unknown color: approx Pumice. HEX triplet: B4, BB and AF. RGB value is (180,187,175). Sum of RGB (Red+Green+Blue) = 180+187+175=542 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.21% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BBAF is #4B4450. Grayscale: #B7B7B7. Windows color (decimal): -4932689 or 11516852. OLE color: 11516852.

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

Color convert

RGB180187175-
CMYK0.0400.060.27
HSL95º8.11%70.98%-
HSV(B)95º6.42%73.33%-
XYZ44.3348.3447.55-
YUV183.54123.18125.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.21%
GREEN value IS 187 (73.44% from 255) = 34.50%
BLUE value IS 175 (68.75% from 255) = 32.29%
R=33.21%
G=34.50%
B=32.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801871750.0400.060.27958.1170.98
HexB4BBAF4061B5f847
Octal2642732574063313710107
Binary101101001011101110101111100011011011101111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BBAF; }

 p { color: rgb(180,187,175); }

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

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

 a { background-color: rgb(180,187,175); }

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

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

 span { border-color: rgb(180,187,175); }

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