#B4C3AC

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

Shades of Pumice #B4C3AC

Tints of Pumice #B4C3AC

Color information

#B4C3AC (or 0xB4C3AC) is unknown color: approx Pumice. HEX triplet: B4, C3 and AC. RGB value is (180,195,172). Sum of RGB (Red+Green+Blue) = 180+195+172=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 195 (76.56% from 255 or 35.65% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 195 - color contains mainly: green. Hex color #B4C3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C3AC is #4B3C53. Grayscale: #BBBBBB. Windows color (decimal): -4930644 or 11322292. OLE color: 11322292.

HSL color Cylindrical-coordinate representation of color #B4C3AC: hue angle of 99.13º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B4C3AC is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB180195172-
CMYK0.0800.120.24
HSL99.13º16.08%71.96%-
HSV(B)99.13º11.79%76.47%-
XYZ45.7851.7146.6-
YUV187.89119.03122.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.91%
GREEN value IS 195 (76.56% from 255) = 35.65%
BLUE value IS 172 (67.58% from 255) = 31.44%
R=32.91%
G=35.65%
B=31.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801951720.0800.120.2499.1316.0871.96
HexB4C3AC80C18631048
Octal264303254100143014320110
Binary101101001100001110101100100001100110001100011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C3AC; }

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

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

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

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

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

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

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

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