#BAC5B1

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

Shades of Pumice #BAC5B1

Tints of Pumice #BAC5B1

Color information

#BAC5B1 (or 0xBAC5B1) is unknown color: approx Pumice. HEX triplet: BA, C5 and B1. RGB value is (186,197,177). Sum of RGB (Red+Green+Blue) = 186+197+177=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 197 (77.34% from 255 or 35.18% from 560); Blue value is 177 (69.53% from 255 or 31.61% from 560); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC5B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC5B1 is #453A4E. Grayscale: #BFBFBF. Windows color (decimal): -4536911 or 11650490. OLE color: 11650490.

HSL color Cylindrical-coordinate representation of color #BAC5B1: hue angle of 93º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAC5B1 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB186197177-
CMYK0.0600.100.23
HSL93º14.71%73.33%-
HSV(B)93º10.15%77.25%-
XYZ48.1553.5549.39-
YUV191.43119.86124.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.21%
GREEN value IS 197 (77.34% from 255) = 35.18%
BLUE value IS 177 (69.53% from 255) = 31.61%
R=33.21%
G=35.18%
B=31.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861971770.0600.100.239314.7173.33
HexBAC5B160A175df49
Octal27230526160122713517111
Binary1011101011000101101100011100101010111101110111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC5B1; }

 p { color: rgb(186,197,177); }

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

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

 a { background-color: rgb(186,197,177); }

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

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

 span { border-color: rgb(186,197,177); }

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