#B3BDAC

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

Shades of Pumice #B3BDAC

Tints of Pumice #B3BDAC

Color information

#B3BDAC (or 0xB3BDAC) is unknown color: approx Pumice. HEX triplet: B3, BD and AC. RGB value is (179,189,172). Sum of RGB (Red+Green+Blue) = 179+189+172=540 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.15% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BDAC is #4C4253. Grayscale: #B8B8B8. Windows color (decimal): -4997716 or 11320755. OLE color: 11320755.

HSL color Cylindrical-coordinate representation of color #B3BDAC: hue angle of 95.29º 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 #B3BDAC is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB179189172-
CMYK0.0500.090.26
HSL95.29º11.41%70.78%-
HSV(B)95.29º8.99%74.12%-
XYZ44.2348.9646.15-
YUV184.07121.19124.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.15%
GREEN value IS 189 (74.22% from 255) = 35%
BLUE value IS 172 (67.58% from 255) = 31.85%
R=33.15%
G=35%
B=31.85%

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
Decimal1791891720.0500.090.2695.2911.4170.78
HexB3BDAC5091A5fb47
Octal26327525450113213713107
Binary1011001110111101101011001010100111010101111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BDAC; }

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

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

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

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

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

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

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

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