#B3BFA9

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

Shades of Pumice #B3BFA9

Tints of Pumice #B3BFA9

Color information

#B3BFA9 (or 0xB3BFA9) is unknown color: approx Pumice. HEX triplet: B3, BF and A9. RGB value is (179,191,169). Sum of RGB (Red+Green+Blue) = 179+191+169=539 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.21% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 169 (66.41% from 255 or 31.35% from 539); Max value from RGB is 191 - color contains mainly: green. Hex color #B3BFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BFA9 is #4C4056. Grayscale: #B8B8B8. Windows color (decimal): -4997207 or 11124659. OLE color: 11124659.

HSL color Cylindrical-coordinate representation of color #B3BFA9: hue angle of 92.73º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3BFA9 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB179191169-
CMYK0.0600.120.25
HSL92.73º14.67%70.59%-
HSV(B)92.73º11.52%74.9%-
XYZ44.3849.7144.79-
YUV184.9119.02123.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.21%
GREEN value IS 191 (75% from 255) = 35.44%
BLUE value IS 169 (66.41% from 255) = 31.35%
R=33.21%
G=35.44%
B=31.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791911690.0600.120.2592.7314.6770.59
HexB3BFA960C195df47
Octal26327725160143113517107
Binary1011001110111111101010011100110011001101110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BFA9; }

 p { color: rgb(179,191,169); }

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

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

 a { background-color: rgb(179,191,169); }

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

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

 span { border-color: rgb(179,191,169); }

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