#BAC6B0

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

Shades of Pumice #BAC6B0

Tints of Pumice #BAC6B0

Color information

#BAC6B0 (or 0xBAC6B0) is unknown color: approx Pumice. HEX triplet: BA, C6 and B0. RGB value is (186,198,176). Sum of RGB (Red+Green+Blue) = 186+198+176=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 176 (69.14% from 255 or 31.43% from 560); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC6B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC6B0 is #45394F. Grayscale: #BFBFBF. Windows color (decimal): -4536656 or 11585210. OLE color: 11585210.

HSL color Cylindrical-coordinate representation of color #BAC6B0: hue angle of 92.73º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAC6B0 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB186198176-
CMYK0.0600.110.22
HSL92.73º16.18%73.33%-
HSV(B)92.73º11.11%77.65%-
XYZ48.2853.9648.95-
YUV191.9119.02123.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.21%
GREEN value IS 198 (77.73% from 255) = 35.36%
BLUE value IS 176 (69.14% from 255) = 31.43%
R=33.21%
G=35.36%
B=31.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861981760.0600.110.2292.7316.1873.33
HexBAC6B060B165d1049
Octal27230626060132613520111
Binary10111010110001101011000011001011101101011101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC6B0; }

 p { color: rgb(186,198,176); }

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

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

 a { background-color: rgb(186,198,176); }

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

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

 span { border-color: rgb(186,198,176); }

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