#B3BCAC

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

Shades of Pumice #B3BCAC

Tints of Pumice #B3BCAC

Color information

#B3BCAC (or 0xB3BCAC) is unknown color: approx Pumice. HEX triplet: B3, BC and AC. RGB value is (179,188,172). Sum of RGB (Red+Green+Blue) = 179+188+172=539 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.21% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BCAC is #4C4353. Grayscale: #B7B7B7. Windows color (decimal): -4997972 or 11320499. OLE color: 11320499.

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

Color convert

RGB179188172-
CMYK0.0500.090.26
HSL93.75º10.67%70.59%-
HSV(B)93.75º8.51%73.73%-
XYZ44.0248.5346.08-
YUV183.48121.52124.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.21%
GREEN value IS 188 (73.83% from 255) = 34.88%
BLUE value IS 172 (67.58% from 255) = 31.91%
R=33.21%
G=34.88%
B=31.91%

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
Decimal1791881720.0500.090.2693.7510.6770.59
HexB3BCAC5091A5eb47
Octal26327425450113213613107
Binary1011001110111100101011001010100111010101111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BCAC; }

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

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

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

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

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

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

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

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