#B3BCAB

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

Shades of Pumice #B3BCAB

Tints of Pumice #B3BCAB

Color information

#B3BCAB (or 0xB3BCAB) is unknown color: approx Pumice. HEX triplet: B3, BC and AB. RGB value is (179,188,171). Sum of RGB (Red+Green+Blue) = 179+188+171=538 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.27% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BCAB is #4C4354. Grayscale: #B7B7B7. Windows color (decimal): -4997973 or 11254963. OLE color: 11254963.

HSL color Cylindrical-coordinate representation of color #B3BCAB: hue angle of 91.76º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B3BCAB is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB179188171-
CMYK0.0500.090.26
HSL91.76º11.26%70.39%-
HSV(B)91.76º9.04%73.73%-
XYZ43.9248.4945.57-
YUV183.37121.02124.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.27%
GREEN value IS 188 (73.83% from 255) = 34.94%
BLUE value IS 171 (67.19% from 255) = 31.78%
R=33.27%
G=34.94%
B=31.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791881710.0500.090.2691.7611.2670.39
HexB3BCAB5091A5cb46
Octal26327425350113213413106
Binary1011001110111100101010111010100111010101110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BCAB; }

 p { color: rgb(179,188,171); }

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

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

 a { background-color: rgb(179,188,171); }

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

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

 span { border-color: rgb(179,188,171); }

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