#BAC6B1

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

Shades of Pumice #BAC6B1

Tints of Pumice #BAC6B1

Color information

#BAC6B1 (or 0xBAC6B1) is unknown color: approx Pumice. HEX triplet: BA, C6 and B1. RGB value is (186,198,177). Sum of RGB (Red+Green+Blue) = 186+198+177=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 177 (69.53% from 255 or 31.55% from 561); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC6B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC6B1 is #45394E. Grayscale: #C0C0C0. Windows color (decimal): -4536655 or 11650746. OLE color: 11650746.

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

Color convert

RGB186198177-
CMYK0.0600.110.22
HSL94.29º15.56%73.53%-
HSV(B)94.29º10.61%77.65%-
XYZ48.385449.47-
YUV192.02119.52123.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.16%
GREEN value IS 198 (77.73% from 255) = 35.29%
BLUE value IS 177 (69.53% from 255) = 31.55%
R=33.16%
G=35.29%
B=31.55%

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
Decimal1861981770.0600.110.2294.2915.5673.53
HexBAC6B160B165e104a
Octal27230626160132613620112
Binary10111010110001101011000111001011101101011110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC6B1; }

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

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

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

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

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

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

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

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