#B3BCAD

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

Shades of Pumice #B3BCAD

Tints of Pumice #B3BCAD

Color information

#B3BCAD (or 0xB3BCAD) is unknown color: approx Pumice. HEX triplet: B3, BC and AD. RGB value is (179,188,173). Sum of RGB (Red+Green+Blue) = 179+188+173=540 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.15% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BCAD is #4C4352. Grayscale: #B7B7B7. Windows color (decimal): -4997971 or 11386035. OLE color: 11386035.

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

Color convert

RGB179188173-
CMYK0.0500.080.26
HSL96º10.07%70.78%-
HSV(B)96º7.98%73.73%-
XYZ44.1248.5746.58-
YUV183.6122.02124.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.15%
GREEN value IS 188 (73.83% from 255) = 34.81%
BLUE value IS 173 (67.97% from 255) = 32.04%
R=33.15%
G=34.81%
B=32.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791881730.0500.080.269610.0770.78
HexB3BCAD5081A60a47
Octal26327425550103214012107
Binary1011001110111100101011011010100011010110000010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BCAD; }

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

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

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

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

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

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

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

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