#B4BFAC

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

Shades of Pumice #B4BFAC

Tints of Pumice #B4BFAC

Color information

#B4BFAC (or 0xB4BFAC) is unknown color: approx Pumice. HEX triplet: B4, BF and AC. RGB value is (180,191,172). Sum of RGB (Red+Green+Blue) = 180+191+172=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BFAC is #4B4053. Grayscale: #B9B9B9. Windows color (decimal): -4931668 or 11321268. OLE color: 11321268.

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

Color convert

RGB180191172-
CMYK0.0600.100.25
HSL94.74º12.93%71.18%-
HSV(B)94.74º9.95%74.9%-
XYZ44.949.9446.3-
YUV185.54120.36124.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.15%
GREEN value IS 191 (75% from 255) = 35.17%
BLUE value IS 172 (67.58% from 255) = 31.68%
R=33.15%
G=35.17%
B=31.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801911720.0600.100.2594.7412.9371.18
HexB4BFAC60A195fd47
Octal26427725460123113715107
Binary1011010010111111101011001100101011001101111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BFAC; }

 p { color: rgb(180,191,172); }

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

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

 a { background-color: rgb(180,191,172); }

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

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

 span { border-color: rgb(180,191,172); }

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