#B4BCB0

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

Shades of Pumice #B4BCB0

Tints of Pumice #B4BCB0

Color information

#B4BCB0 (or 0xB4BCB0) is unknown color: approx Pumice. HEX triplet: B4, BC and B0. RGB value is (180,188,176). Sum of RGB (Red+Green+Blue) = 180+188+176=544 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.09% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BCB0 is #4B434F. Grayscale: #B8B8B8. Windows color (decimal): -4932432 or 11582644. OLE color: 11582644.

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

Color convert

RGB180188176-
CMYK0.0400.060.26
HSL100º8.22%71.37%-
HSV(B)100º6.38%73.73%-
XYZ44.6448.848.14-
YUV184.24123.35124.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.09%
GREEN value IS 188 (73.83% from 255) = 34.56%
BLUE value IS 176 (69.14% from 255) = 32.35%
R=33.09%
G=34.56%
B=32.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801881760.0400.060.261008.2271.37
HexB4BCB04061A64847
Octal2642742604063214410107
Binary101101001011110010110000100011011010110010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BCB0; }

 p { color: rgb(180,188,176); }

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

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

 a { background-color: rgb(180,188,176); }

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

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

 span { border-color: rgb(180,188,176); }

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