#B4C1AC

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

Shades of Pumice #B4C1AC

Tints of Pumice #B4C1AC

Color information

#B4C1AC (or 0xB4C1AC) is unknown color: approx Pumice. HEX triplet: B4, C1 and AC. RGB value is (180,193,172). Sum of RGB (Red+Green+Blue) = 180+193+172=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 193 (75.78% from 255 or 35.41% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 193 - color contains mainly: green. Hex color #B4C1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C1AC is #4B3E53. Grayscale: #BABABA. Windows color (decimal): -4931156 or 11321780. OLE color: 11321780.

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

Color convert

RGB180193172-
CMYK0.0700.110.24
HSL97.14º14.48%71.57%-
HSV(B)97.14º10.88%75.69%-
XYZ45.3450.8246.45-
YUV186.72119.69123.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.03%
GREEN value IS 193 (75.78% from 255) = 35.41%
BLUE value IS 172 (67.58% from 255) = 31.56%
R=33.03%
G=35.41%
B=31.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801931720.0700.110.2497.1414.4871.57
HexB4C1AC70B1861e48
Octal26430125470133014116110
Binary1011010011000001101011001110101111000110000111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C1AC; }

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

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

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

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

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

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

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

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